# 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
* **MinText** : A minimalistic view of your test reports in consoles
* **NodeJS** : User-contributed: <https://www.npmjs.com/package/testbox-runner>


---

# 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://testbox.ortusbooks.com/getting-started/testbox-bdd-primer/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.
