Getting Started
Not for use with personal data
Whether you are running accessibility scans with the axe DevTools Mobile Analyzer or with automated tests in your CI/CD, axe DevTools Reporter CLI allows you to generate standalone reports that will detail accessibility findings you can share with everyone on your team.
The Reporter CLI requires axe DevTools Mobile JSON files to build a report. JSON files can be obtained from two sources:
- The axe DevTools Mobile Dashboard - You can export scans from the Mobile Dashboard to generate a report. This may be a good option if you are using axe DevTools Mobile Analyzer for a small number of scans.
- Saved results from an automated test run - You can save results locally within an automated test run, as part of your CI/CD pipeline. Visit the following documentation to learn more about saving results.
What's Next?
Set up the Reporter CLI so you can start generating standalone reports to share with your team.