Skip to content

Commit 1adfdc5

Browse files
MarkLogic BuilderMarkLogic Builder
authored andcommitted
adding instructions- how to run tests
1 parent 379f294 commit 1adfdc5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

test-complete/myHelp.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)