https://github.com/zachleat/a11y-tests
A series of small atomic tests used to compare accessibility linting tools.
https://github.com/zachleat/a11y-tests
Last synced: 3 months ago
JSON representation
A series of small atomic tests used to compare accessibility linting tools.
- Host: GitHub
- URL: https://github.com/zachleat/a11y-tests
- Owner: zachleat
- Created: 2019-09-05T22:12:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T22:18:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T00:41:17.524Z (over 1 year ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a11y-tests
A series of small atomic tests used to compare accessibility linting tools.
## Installation
```
npm install
```
## Run a test
Note that most accessibility testing tools require a web server.
```
npx pa11y http://HOST/contrast-ratio-45.html
npx axe http://HOST/contrast-ratio-45.html
```