-
Notifications
You must be signed in to change notification settings - Fork 179
5 Reports
Continuum Security edited this page May 7, 2016
·
1 revision
The default Gradle test task produces 3 reports:
- HTML Cucumber reports in build/reports/cucumber/pretty/feature-overview.html
- JSON Cucumber results: build/reports/cucumber/all_tests.json
- JUnit results: build/reports/junit/all_tests.xml
These locations can be changed by editing net.continuumsecurity.junit.SecurityTest or by setting cucumber.options as a system property (see Cucumber-JVM docs for more details).