Skip to content

Latest commit

 

History

History

flight-evaluation-report

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Abort-Mission

GitHub license Java version latest-release JavaCI

Flight Evaluation Report Generator

codecov flighteval

Please find the essentials below or check out the wiki for more details.

Purpose

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.

Quick-start

Manually

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.

Gradle

Please find our own Abort-Mission Gradle plugin here

Maven

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.

Configuration

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)