We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379f294 commit 1adfdc5Copy full SHA for 1adfdc5
test-complete/myHelp.txt
@@ -0,0 +1,18 @@
1
+Step 1:
2
+ Build dev source code by doing the following on your dev branch
3
+
4
+Mvn clean
5
+Mvn �Dmaven.test.skip=true install
6
7
+Step2:
8
+Go to the directory where you ../test-complete/
9
10
+Gradlew clean
11
12
+Gradlew test => to run all the functional tests, which will take about couple of hours
13
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
0 commit comments