junit
Bug System
The junit
Bug System provides output of failed tests in junit format.
NOTE:
None
Option | Notes |
---|---|
--junit-report-style=[full\|line] |
Style of the junit report |
--junit-report-xml=<file> |
Name of the output file |
The JUnit report type has two formats:
full
- summarizes per-test and provides a link to the report for that testline
- summarizes per-file and works better with integrated CI systems and with external readers such as Jenkins WarningNG plug-inNone
None