> For the complete documentation index, see [llms.txt](https://testbox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://testbox.ortusbooks.com/v2.x-1/in-depth/reporters.md).

# Reporters

TestBox comes also with a nice plethora of reporters:

* **ANTJunit** : A specific variant of JUnit XML that works with the ANT junitreport task
* **Codexwiki** : Produces MediaWiki syntax for usage in Codex Wiki
* **Console** : Sends report to console
* **Doc** : Builds semantic HTML to produce nice documentation
* **Dot** : Builds an awesome dot report
* **JSON** : Builds a report into JSON
* **JUnit** : Builds a JUnit compliant report
* **Raw** : Returns the raw structure representation of the testing results
* **Simple** : A basic HTML reporter
* **Text** : Back to the 80's with an awesome text report
* **XML** : Builds yet another XML testing report
* **Tap** : A test anything protocol reporter
* **Min** : A minimalistic view of your test reports

To use a specific reporter append the `reporter` variable to the url string. ex `&reporter=Text`

![](/files/-LA-UpNTYh7kjYtXJJIJ)

![](/files/-LA-UpNU9hgC1w_ftvqF)

![](/files/-LA-UpNV2-KMZgOgesmK)

![](/files/-LA-UpNWI_EmyabCvTrM)

![](/files/-LA-UpNX2Eoawn-e3TRR)

![](/files/-LA-UpNYSlB_A-Ka-2mR)

![](/files/-LA-UpNZqtTcg5TAVVEM)

However, you can also build custom reporters very easily.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://testbox.ortusbooks.com/v2.x-1/in-depth/reporters.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.
