Skip to content

Accessibility (a11y) Testing

Dave Follett edited this page Sep 16, 2018 · 7 revisions

This page to to document which tools are used for accessibility (a11y) testing and how to use them.

Run aXe Accessibility Test

  1. Install the aXe extension for Google Chrome
  2. Navigate to the page you want to test
  3. Open Chrome's devtools
  4. Select the aXe tab
  5. Click the ANALYZE button

The report will display in few minutes. The test only executes on the current page.

Resources

Clone this wiki locally