Browse Source

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

pull/6940/head
Stanislav Kozlovski 5 years ago committed by Manikumar Reddy
parent
commit
9e60f4cd17
  1. 4
      README.md

4
README.md

@ -200,6 +200,10 @@ The following options should be set with a `-P` switch, for example `./gradlew - @@ -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`.
* `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 ###
See [vagrant/README.md](vagrant/README.md).

Loading…
Cancel
Save