Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.32 KB

Welcome to PUPAX 👋

pupax- a tool for accessibility testing Version Twitter: anoop__gupta

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.

Install

npm install

Initial Version - Limited Functionality working

  • 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

Usage

To run the example *| Ensure Node v8+ is installed and on PATH

Run tests

npm run pupax it will and output results to the terminal

Author

👤 Anoop Gupta

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator