Upload Results to the Mobile Dashboard

Link to Upload Results to the Mobile Dashboard copied to clipboard
Not for use with personal data

Use the uploadToDashboard API with the ScanResultHandler to send the latest results to the Mobile Dashboard.

    val scanResultHandler = axe.scan()

    scanResultHandler?.uploadToDashboard()

The axe DevTools Mobile Dashboard is a central location where your whole team can view and manage accessibility issues found in your app.

From the dashboard you are able to:

  • Find results for accessibility scans
  • Group scans
  • Share a scan/group of scans
  • Filter scans
  • Decide which results matter most and adapt your tests

Visit the docs for axe DevTools Mobile Dashboard to learn more.