https://github.com/guidepup/aria-at-tests
Testing screen reader compatibility against https://github.com/w3c/aria-at test suite using Guidepup
https://github.com/guidepup/aria-at-tests
a11y a11y-automation a11y-testing accessibility accessibility-automation accessibility-testing nvda screen-reader voiceover
Last synced: 7 months ago
JSON representation
Testing screen reader compatibility against https://github.com/w3c/aria-at test suite using Guidepup
- Host: GitHub
- URL: https://github.com/guidepup/aria-at-tests
- Owner: guidepup
- License: mit
- Created: 2022-09-18T16:29:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T21:27:55.000Z (over 1 year ago)
- Last Synced: 2025-04-30T23:34:59.628Z (12 months ago)
- Topics: a11y, a11y-automation, a11y-testing, accessibility, accessibility-automation, accessibility-testing, nvda, screen-reader, voiceover
- Language: TypeScript
- Homepage: https://aria-at-tests.vercel.app
- Size: 394 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Guidepup ARIA-AT Tests
Guidepup compatibility against ARIA-AT test suite.
## Getting Started
Setup your environment for screen-read automation with [`@guidepup/setup`](https://github.com/guidepup/setup):
```bash
npx @guidepup/setup
```
Then install the project dependencies and run the Playwright suite against the ARIA-AT tests:
```console
yarn install --frozen-lockfile
yarn test:install
yarn test:generate
# Run against MacOS VoiceOver Suite
yarn test ./src/macOsVoiceOver.spec.ts --config macos.config.ts
# Run against Windows NVDA Suite
yarn test ./src/windowsNvda.spec.ts --config windows.config.ts
```