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

![](https://1324414638-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvpHGvcri7lG2ed%2F-LA-UeeLRqOWbuV1o1QC%2F-LA-UpNTYh7kjYtXJJIJ%2Ftestbox-sc-console.png?generation=1523647996984490\&alt=media)

![](https://1324414638-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvpHGvcri7lG2ed%2F-LA-UeeLRqOWbuV1o1QC%2F-LA-UpNU9hgC1w_ftvqF%2Ftestbox-sc-dots.png?generation=1523647995530915\&alt=media)

![](https://1324414638-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvpHGvcri7lG2ed%2F-LA-UeeLRqOWbuV1o1QC%2F-LA-UpNV2-KMZgOgesmK%2Ftestbox-sc-json.png?generation=1523647995154179\&alt=media)

![](https://1324414638-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvpHGvcri7lG2ed%2F-LA-UeeLRqOWbuV1o1QC%2F-LA-UpNWI_EmyabCvTrM%2Ftestbox-sc-junit.png?generation=1523647995679121\&alt=media)

![](https://1324414638-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvpHGvcri7lG2ed%2F-LA-UeeLRqOWbuV1o1QC%2F-LA-UpNX2Eoawn-e3TRR%2Ftestbox-sc-simple.png?generation=1523647995596333\&alt=media)

![](https://1324414638-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvpHGvcri7lG2ed%2F-LA-UeeLRqOWbuV1o1QC%2F-LA-UpNYSlB_A-Ka-2mR%2Ftestbox-sc-text.png?generation=1523647995603156\&alt=media)

![](https://1324414638-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvpHGvcri7lG2ed%2F-LA-UeeLRqOWbuV1o1QC%2F-LA-UpNZqtTcg5TAVVEM%2Ftestbox-sc-xml.png?generation=1523647995220302\&alt=media)

However, you can also build custom reporters very easily.
