HTML Report

With SVRUnit it's possible to create a HTML report from a test run. This allows you to inspect your test run and its results directly from your browser.

The report will be generated in the folder ./reportswithin your working directory.

To start with the reporter, simply append the option --report-html to the text command.

php svrunit.phar --configuration=./svrunit.xml --report-html

Last updated