An open API service indexing awesome lists of open source software.

https://github.com/zachleat/a11y-tests

A series of small atomic tests used to compare accessibility linting tools.
https://github.com/zachleat/a11y-tests

Last synced: 3 months ago
JSON representation

A series of small atomic tests used to compare accessibility linting tools.

Awesome Lists containing this project

README

          

# a11y-tests

A series of small atomic tests used to compare accessibility linting tools.

## Installation

```
npm install
```

## Run a test

Note that most accessibility testing tools require a web server.

```
npx pa11y http://HOST/contrast-ratio-45.html
npx axe http://HOST/contrast-ratio-45.html
```