# 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 `./reports`within your working directory.&#x20;

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

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

�
