Create Reports
Generating HTML, CSV, and JUnit XML reports from Axe DevTools CLI JSON results
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=htmlConsume the results in ./axe-results and output an XML report in the default directory
axe reporter ./axe-results --format=junitConsume the results in ./axe-results and output a CSV report in the default directory
axe reporter ./axe-results --format=csv