Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Guidepup ARIA-AT Tests



Guidepup compatibility against ARIA-AT test suite.



@guidepup/aria-at-tests uses the MIT license

## 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
```