> For the complete documentation index, see [llms.txt](https://docs.svrunit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.svrunit.com/reports/html-report.md).

# 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
```

�
