Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T06:08:43.000Z (5 months ago)
- Last Synced: 2024-09-12T15:36:21.365Z (5 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: 359 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- 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
```