Create Reports

Link to Create Reports copied to clipboard

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