Skip to content

dequelabs/axe-core-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

527d4bd · Feb 10, 2025
Jan 21, 2025
Oct 11, 2022
Aug 25, 2022
Jan 28, 2025
Oct 29, 2024
Nov 30, 2023
Feb 23, 2021
May 5, 2021
Oct 29, 2024
May 14, 2020
Feb 14, 2024
Sep 13, 2022
Sep 27, 2022
Jun 4, 2024
Oct 17, 2024
Oct 29, 2024
Aug 5, 2024
Sep 18, 2023

axe-core-npm

Join our Slack chat

This repository contains 7 packages, which can be used for automated accessibility testing powered by axe core.

The packages are listed below:

Development

Fetch dependencies and link packages together:

npm install

Run the linter:

npm run lint

Run the code formatter:

npm run fmt

Please refer to respective README for installation, usage, and configuration notes.

Philosophy

We believe that automated testing has an important role to play in achieving digital equality and that in order to do that, it must achieve mainstream adoption by professional web developers. That means that the tests must inspire trust, must be fast, must work everywhere and must be available everywhere.

Manifesto

  1. Automated accessibility testing rules must have a zero false positive rate
  2. Automated accessibility testing rules must be lightweight and fast
  3. Automated accessibility testing rules must work in all modern browsers
  4. Automated accessibility testing rules must, themselves, be tested automatically