Skip to content

Library of accessibility automation examples that use multiple different testing frameworks

Notifications You must be signed in to change notification settings

somaalapati/Automated-Accessibility-Example-Lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated-Accessibility-Example-Lib

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.

Structure

The examples are currently categorized by different levels of test.


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

About

Library of accessibility automation examples that use multiple different testing frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.1%
  • HTML 35.9%