An npm module for accessibility testing using axe-core with Puppeteer. Note: Axe-core® is a trademark of Deque Systems, Inc. in the US and other countries.
npm install
- To run the example *| Ensure Node v8+ is installed and on PATH
- Move to your project directory
- Run npm install
- Add a script in your package.json e.g. script { "pupax": node main.js }
- To run the script against any URL
- npm run pupax it will and output results to the terminal
To run the example *| Ensure Node v8+ is installed and on PATH
npm run pupax it will and output results to the terminal
👤 Anoop Gupta
- Twitter: @anoop__gupta
- Github: @anoop-gupt
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator