JUnit Format Test Results
JUnit XML format is a really popular industry format that is used for test result reporting.
Levo CLI can produce JUnit/XUnit format output for all test results (security/schema conformance). Please refer to the CLI Command Reference for more details on command line switches (--export-junit-xml
) that activate this output.
There are many tools in the industry that consume this format, and produce HTML, and PDF reports of test results. A few examples are Jenkins JUnit Plugin, Jenkins XUnit Plugin, junit2html, Ant JUnitReport, xunit-viewer, etc.
Below are some examples of JUnit format test results rendered in Jenkins via the JUnit plugin.