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

�


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.svrunit.com/reports/html-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
