Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eps1lon/screen-reader-testing-library
- Owner: eps1lon
- Created: 2020-09-27T10:17:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T18:14:10.000Z (about 2 months ago)
- Last Synced: 2024-10-03T12:16:29.673Z (about 1 month ago)
- Topics: accessibility, nodejs, screen-readers, testing
- Language: JavaScript
- Homepage:
- Size: 41.9 MB
- Stars: 48
- Watchers: 3
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
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/)