Skip to content

radiofrance/a11y-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a11y-ci

Continuous accessibility testing, with HTML and JUnit, reports

previewing report

Installation

npm install -g a11y-ci

Usage

a11y-ci [--junit=junit.xml] [--html=report.html]  <url>

# Example:
a11y-ci --html=report.html https://www.github.com 

Options:

  • --html=myfile.html: generates a visual HTML reports of errors on your page
  • --junit=myfile.xml: generates a JUnit report file
  • --htmldox=myfile.html: lists all errors in a HTML file
  • --violations=myfile.xml: generates a Pmd (violations) report file

How it works

a11y-ci browses websites with PhantomJs and audit accessibility with the Accessibility Developer Tools.

You can refer to the Audit rules

Licence

Copyright Radio France, Licence CeCILL-B (fully compatible with BSD-like licenses (BSD, X11, MIT)).

See LICENSE file for more informations

## Version française

Veuillez lire ce lisez-moi

About

Continuous accessibility testing, with HTML and JUnit reports

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-fr

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published