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(link is external) and audit accessibility with the
Accessibility Developer Tools(link is external).

You can refer to the Audit rules(link is external)

Licence

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

See LICENSE file for more informations

## Version française

Veuillez lire ce lisez-moi

Rating

0 out of 5 Stars 0 Review

5 Stars
 
0.00%
4 Stars
 
0.00%
3 Stars
 
0.00%
2 Stars
 
0.00%
1 Star
 
0.00%

About

  • There are no comments yet

Thank you! Review submitted.

Ok