MINOR: Add system tests README link from main README (#6939)

This commit is contained in:
Stanislav Kozlovski 2019-06-14 16:21:38 +03:00 committed by Manikumar Reddy
parent 48b65ac617
commit 9e60f4cd17
1 changed files with 4 additions and 0 deletions

View File

@ -200,6 +200,10 @@ The following options should be set with a `-P` switch, for example `./gradlew -
* `testLoggingEvents`: unit test events to be logged, separated by comma. For example `./gradlew -PtestLoggingEvents=started,passed,skipped,failed test`. * `testLoggingEvents`: unit test events to be logged, separated by comma. For example `./gradlew -PtestLoggingEvents=started,passed,skipped,failed test`.
* `xmlSpotBugsReport`: enable XML reports for spotBugs. This also disables HTML reports as only one can be enabled at a time. * `xmlSpotBugsReport`: enable XML reports for spotBugs. This also disables HTML reports as only one can be enabled at a time.
### Running system tests ###
See [tests/README.md](tests/README.md).
### Running in Vagrant ### ### Running in Vagrant ###
See [vagrant/README.md](vagrant/README.md). See [vagrant/README.md](vagrant/README.md).