Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

a11y-ci

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a11y-ci

Generates a11y reports (HTML, Junit...) from Google Accessibility Developer Tools

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 23 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc