Skip to content

A simple node cli tool built on top of axe-cli to perform quick a11y audit

Notifications You must be signed in to change notification settings

kulkarni-kashyap/a11y-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a11y-audit

Conducts a quick accessibility audit for a given url by spinning up the local server if required built on top of @axe-core/cli.

Install

npm i -g conduct-a11y-audit

Pre-requisites

This tool requires @axe-core/cli and pm2 to be installed globally, if not already installed these will be installed globally by this tool.

Usage

a11y-audit <options>
a11y-audit -u https://github.com/ -s false -t wcag2a,wcag2aa -b chrome --save results.json -o rules color-contrast,html-has-lang

This will conduct accessibility test on github.com to check wcag2a and wcag2aa standards on chrome and saves results to results.json in current working directory.

About

A simple node cli tool built on top of axe-cli to perform quick a11y audit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published