Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/puppeteer-a11y-cli
Puppeteer <3 Axe
https://github.com/pdehaan/puppeteer-a11y-cli
a11y axe puppeteer
Last synced: 22 days ago
JSON representation
Puppeteer <3 Axe
- Host: GitHub
- URL: https://github.com/pdehaan/puppeteer-a11y-cli
- Owner: pdehaan
- License: mpl-2.0
- Created: 2020-04-15T20:40:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:16:38.000Z (7 months ago)
- Last Synced: 2024-10-31T13:11:54.254Z (2 months ago)
- Topics: a11y, axe, puppeteer
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppeteer-a11y-cli
## USAGE
```sh
npx pdehaan/puppeteer-a11y-cli https://mozilla.org
```**NOTE:** This isn't super fast or efficient since running via npx will cause the Chromium binary to be downloaded for each execution.
By default, reports are saved to a ./reports/ folder (which will be created if it doesn't exist). If you want to change the output folder or set it to the current directory, you can set the `REPORT_DIR` environment variable, like so:
```sh
REPORT_DIR="./" npx pdehaan/puppeteer-a11y-cli https://mozilla.org
```