Please find the essentials below or check out the wiki for more details.
This application is responsible for turning the JSON execution reports generated by Abort-Mission into more convenient, HTML reports.
Depending on your setup and how you plan to use the information collected, you can either use the Jar alone, or you may want to integrate it into your build pipeline and automate the report generation as described below.
Abort-Mission can be downloaded from a few Maven repositories. Please head to this page to find out more.
Note: Please don't forget to set the abort-mission.report.directory
System property as described
here
in order to have the JSON input generated during your build.
Please find our own Abort-Mission Gradle plugin here
Please find our own Abort-Mission Maven plugin here
Note: Please don't forget to set the abort-mission.report.directory
System property as described
here
in order to have the JSON input generated during your build.
Argument name | Type | Description |
---|---|---|
--report.input | File | The path of the input JSON file |
--report.output | File | The path of the output HTML file |
--report.relaxed | boolean | Selects between relaxed and strict schema validation (default: false) |
--report.failOnError | boolean | Decides whether we need to exit with error in case failures are detected in the test execution data (default: false) |