mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
dbd98c267a
Former-commit-id: a230ef1235fadff6f6403fdc95dbf93fa1b0be3a
412 B
412 B
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