JUnit Report
With SVRUnit it's possible to create a JUnit XML report file from the test run.
This will be automatically generated in the folder ./reports
within your working directory.
To start with the reporter, simply append the option --report-junit
to the text command.
The output XML file looks like this. It contains an overview of all test suites and their test cases along with their results.