0Pricing
HTML Academy · Lesson

Pa11y and axe for Accessibility Testing

Automate accessibility checks with pa11y and axe-core.

Automated Accessibility Tools

Pa11y and axe-core are open-source tools that automate WCAG-aligned accessibility testing. Both parse a page, run rules against the DOM, and report violations. Catch the bulk of accessibility issues automatically; reserve manual testing for the rest.

axe-core: The Library

axe-core is a JavaScript library that powers the accessibility audits in Chrome DevTools, Lighthouse, Jest, Cypress, Playwright and many other tools. It is the de facto standard for automated accessibility testing — broad rule coverage, low false-positive rate.

All lessons in this course

  1. The W3C Markup Validator
  2. Lighthouse HTML Audit
  3. Pa11y and axe for Accessibility Testing
  4. HTML Snapshot Testing
← Back to HTML Academy