Skip to content

nfreear/accessibility-ci-demo

Repository files navigation

Accessibility CI demo

Node.js CI

This repo demonstrates integrating some automated accessibility testing tools into a continuous integration/deployment (CI/CD) workflow.

Specifically, it demonstrates use of two separate tools: jest-axe and @treosh's lighthouse-ci-action.

The repo contains example fails and passes pages, and corresponding unit tests.

⚠️✋ This project does not guarantee that what you build is accessible.

The GDS Accessibility team found that only ~30% of issues are found by automated testing.

You'll also need to:

Usage

npm install
npm test

About

Demonstration of integrating automated accessibility testing tools into a continuous integration/deployment (CI/CD) workflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published