Skip to content

Library of accessibility automation examples that use multiple different testing frameworks

Notifications You must be signed in to change notification settings

Steady5063/Automated-Accessibility-Example-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated-Accessibility-Example-Lib

Automated accessibility logo

This repo houses a library of accessibility automation examples that use multiple different testing frameworks.

Purpose

To help developers build a better automated accessibiltiy testing process. Too many times teams stop at simply adding a singular test case to their UI tests. We want to build a better more robust set of automated accessibiltiy tests, and this library can help you build those out.

Project Layout

The examples are currently categorized by different levels of test, test engines, and test structure


    ├── Integration            
    │   ├── Cypress            
    │   ├── PlayWright         
    │   └── Puppeteer          
    └── Component
    |   ├── React Testing Lib      
    |   ├── Vue Test Utils         
    |   └── Angular Karma
    ├── Engines         
    │   ├── Pa11y           
    │   ├── IBM       
    ├── Structure         
    

Integration

Various examples of integrations into various test frameworks at an intergration testing level. There will includes, puppeteer, playwright, cypress etc.

Component

Various example of component level testing for accessibility. This includes testing libraries such as react testing library, enzyme, karma etc.

Engines

This includes use of various testing engines and showcasing their full capabilities. The enginess includes axe-core, IBM accessibility, pa11y and more.

Structure

This includes examples of how to structure your accessibility tests for the most effective testing in your UI testing stream.

About

Library of accessibility automation examples that use multiple different testing frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published