Reporting with the CLI
Uploading accessibility results to axe Reports and generating and filtering local reports
The CLI allows you to upload your JSON accessibility results to axe Reports as well as generate and filter reports. This section contains articles about how to use the CLI to handle your accessibility results.
When you use the axe DevTools for Web APIs or the CLI to test for accessibility errors, your accessibility results are saved as JSON files, referred to as JSON accessibility results. You can upload these JSON accessibility results to axe Reports using the CLI bulk-reports command as detailed in the Uploading JSON Accessibility Results to axe Reports.
- Uploading JSON Accessibility Results to axe Reports describes how to upload your results to axe Reports.
- Obtaining an axe Reports API Key tells how to obtain an API key to begin using axe Reports.
- Creating and Filtering Reports shows how you can create accessibility reports in CSV, XML, or HTML from your JSON accessibility results. You can also filter your output by severity using this tool.
- How JSON Results are Stored on Disk describes the file naming conventions for JSON accessibility results.