mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
147931cdd3
Snyk has created this PR to upgrade org.testng:testng from 6.10 to 6.14.3. See this package in NPM: https://www.npmjs.com/package/org.testng:testng See this project in Snyk: https://app.snyk.io/org/cxie/project/2f701ce6-b421-4bbf-aaad-9d2bdb8569e4?utm_source=github&utm_medium=upgrade-pr Signed-off-by: JinHai-CN <hai.jin@zilliz.com> Co-authored-by: Jin Hai <hai.jin@zilliz.com> |
||
---|---|---|
.. | ||
bin | ||
ci | ||
src/main/java/com | ||
.gitignore | ||
milvus-java-test.iml | ||
pom.xml | ||
README.md | ||
testng.xml |
Requirements
- jdk-1.8
- testng
How to use this Test Project
- package and install
mvn clean install
- start or deploy your milvus server
- run tests
java -cp \"target/MilvusSDkJavaTest-1.0-SNAPSHOT.jar:lib/*\" com.MainClass -h 127.0.0.1
- get test report
firefox test-output/index.html
Contribution getting started
Add test cases under testng framework