1.3.0 • Published 4 years ago

rvw-accessibility-tester v1.3.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Logo

Accessibility Tester

Command Line Interface for Automated Accessibility Testing RVW Client Websites

markdown

Introduction

A CLI tool that tests client websites for Accessibility Issues and generates reports that can be assigned to Developers.

  • Support for Continuos Integration Testing
  • Save Reports in CSV, HTML, Jira, JSON, Markdown & XML Formats
  • Supports Page Automation using Actions
  • Supports Testing Websites behind HTTP Authentication
  • Reports provide Resource Links for Developers to Learn More about Accessibility

Developer Overview

Commands

Additional Information

Install

Requirements

npm install

npm install -g rvw-accessibility-tester
rvw-a11y help

git clone

cd ~
git clone https://github.com/redvanworkshop/accessibility-tester.git
cd accessibility-tester
npm install -g
rvw-a11y help

Report Samples

We worked extensively to make the most helpful reports possible. Whether you are running a test on a single site, or needing to batch multiple tests into a single report, we wanted to make our reports as developer friendly as possible.

Since this is a CLI tool, the default output is in a terminal window.

sample-report

Below are reports generated in our other supported formats.

Built using pa11y. Customized for RVW Developers & Clients.