roger-smiley / pupax

An npm module using axe-core with Puppeteer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to PUPAX 👋

pupax- a tool for accessibility testing Version Twitter: anoop__gupta

An npm module for accessibility testing using axe-core with Puppeteer.

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


Languages

Language:JavaScript 100.0%