This repository contains 7 packages, which can be used for automated accessibility testing powered by axe core.
The packages are listed below:
@axe-core/cli@axe-core/playwright@axe-core/puppeteer@axe-core/react@axe-core/reporter-earl@axe-core/webdriverio@axe-core/webdriverjs
This repository uses pnpm as its package manager.
The version you install locally does not need to match the one in packageManager — pnpm reads that field and switches itself.
Fetch dependencies and link packages together:
pnpm installRun the linter:
pnpm run lintRun the code formatter:
pnpm run fmtPlease refer to respective README for installation, usage, and configuration notes.
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.
- Automated accessibility testing rules must have a zero false positive rate
- Automated accessibility testing rules must be lightweight and fast
- Automated accessibility testing rules must work in all modern browsers
- Automated accessibility testing rules must, themselves, be tested automatically