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: about 1 year 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T01:14:42.000Z (about 1 year ago)
- Last Synced: 2025-04-09T21:14:01.325Z (about 1 year ago)
- Topics: accessibility, nodejs, screen-readers, testing
- Language: JavaScript
- Homepage:
- Size: 41.9 MB
- Stars: 56
- Watchers: 2
- Forks: 2
- Open Issues: 25
-
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/)