Create Reports

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard
Not for use with personal data

The "report" command can generate HTML, CSV, and Junit XML reports from axe JSON results.

Take the JSON results in ./axe-results and output a HTML report in ./axe-reports

axe reporter ./axe-results --dest=./axe-reports --format=html

Consume the results in ./axe-results and output an XML report in the default directory

axe reporter ./axe-results --format=junit

Consume the results in ./axe-results and output a CSV report in the default directory

axe reporter ./axe-results --format=csv