Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eps1lon/screen-reader-testing-library

Utilities to match the speech output of screen readers when replaying user interactions.
https://github.com/eps1lon/screen-reader-testing-library

accessibility nodejs screen-readers testing

Last synced: 8 days ago
JSON representation

Utilities to match the speech output of screen readers when replaying user interactions.

Awesome Lists containing this project

README

        

# Screen Reader Testing Library

Utilities to match the speech output of screen readers when replaying user interactions.
Currently only [NVDA](https://www.nvaccess.org/) is supported.

## Getting started

Check out the the folders inside `examples/`:

- [using `jest`](/examples/jest/)
- [using `node`](/examples/node/)