Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dequelabs/axe-core-npm
https://github.com/dequelabs/axe-core-npm
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dequelabs/axe-core-npm
- Owner: dequelabs
- License: mpl-2.0
- Created: 2020-05-14T13:32:59.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-10T13:14:13.000Z (7 months ago)
- Last Synced: 2024-04-14T11:55:07.869Z (7 months ago)
- Language: JavaScript
- Size: 18.7 MB
- Stars: 561
- Watchers: 13
- Forks: 62
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-react-cn - @axe-core/react - Accessibility auditing for React applications (Uncategorized / Uncategorized)
- awesome-learning-resources - @axe-core/react - Accessibility auditing for React applications (Uncategorized / Uncategorized)
- best-of-react - GitHub - 18% open · ⏱️ 04.06.2024): (Developer Tools)
- awesome-react - @axe-core/react
README
# axe-core-npm
[![Join our Slack chat](https://img.shields.io/badge/slack-chat-purple.svg?logo=slack)](https://accessibility.deque.com/axe-community)
This repository contains 7 packages, which can be used for automated accessibility testing powered by [axe core][axe-core].
The packages are listed below:
- [`@axe-core/cli`](./packages/cli/README.md)
- [`@axe-core/playwright`](./packages/playwright/README.md)
- [`@axe-core/puppeteer`](./packages/puppeteer/README.md)
- [`@axe-core/react`](./packages/react/README.md)
- [`@axe-core/reporter-earl`](./packages/reporter-earl/README.md)
- [`@axe-core/webdriverio`](./packages/webdriverio/README.md)
- [`@axe-core/webdriverjs`](./packages/webdriverjs/README.md)## Development
Fetch dependencies and link packages together:
```console
npm install
```Run the linter:
```console
npm run lint
```Run the code formatter:
```console
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[axe-core]: https://github.com/dequelabs/axe-core