Skip to content

Commit b21973d

Browse files
committed
updating my help document
1 parent 3e75039 commit b21973d

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

test-complete/myHelp.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
Step 1:
2-
Build dev source code by doing the following on your dev branch
1+
Step 1: Build dev source code by doing the following on your dev branch
2+
~/java-client-api$
3+
mvn clean
4+
mvn compile
5+
mvn �Dmaven.test.skip=true install
36

4-
Mvn clean
5-
Mvn �Dmaven.test.skip=true install
7+
you can avoid the above steps by updating build.gradle to use appropriate client dependencies from maven central.
68

7-
Step2:
8-
Go to the directory where you ../test-complete/
9+
Step2: Go to the test complete directory
910

10-
Gradlew clean
11+
~/java-client-api/test-complete$
12+
gradlew clean
13+
gradlew test => to run all the functional tests, which will take about couple of hours
14+
gradlew -Dtest.single=TestBulkWriteMetadata1 test => to run individual tests
1115

12-
Gradlew test => to run all the functional tests, which will take about couple of hours
16+
Step3: Each test is independent and you can find the results under
17+
~/java-client-api/test-complete/build/test-results
1318

14-
gradlew -Dtest.single=TestBulkWriteMetadata1 test => to run individual tests
15-
16-
each test is independent and you can find the results under Java-client-api-qa\build\test-results
17-
18-
and if you run all the functional tests then you can find a report under Java-client-api-qa\build\reports\tests\index.html
19+
and if you run all the functional tests then you can find a report under
20+
~/java-client-api/test-complete/build/reports/tests/index.html

0 commit comments

Comments
 (0)