Skip to content

anoop-gupt/pupax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An npm module using axe-core with Puppeteer

Resources

Stars

Watchers

Forks

Releases

No releases published