zhenwu dbd98c267a Update README.md #27
Former-commit-id: a230ef1235fadff6f6403fdc95dbf93fa1b0be3a
2019-10-17 16:55:46 +08:00

29 lines
412 B
Markdown

# Requirements
- jdk-1.8
- testng
# How to use this Test Project
1. package and install
```shell
mvn clean install
```
2. start or deploy your milvus server
3. run tests
```shell
java -cp \"target/MilvusSDkJavaTest-1.0-SNAPSHOT.jar:lib/*\" com.MainClass -h 127.0.0.1
```
4. get test report
```shell
firefox test-output/index.html
```
# Contribution getting started
Add test cases under testng framework