Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 627 Bytes

File metadata and controls

15 lines (11 loc) · 627 Bytes

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