guidepup / aria-at-tests

Testing screen reader compatibility against https://github.com/w3c/aria-at test suite using Guidepup

Home Page:https://aria-at-tests.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

npx @guidepup/setup

Then install the project dependencies and run the Playwright suite against the ARIA-AT tests:

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

About

Testing screen reader compatibility against https://github.com/w3c/aria-at test suite using Guidepup

https://aria-at-tests.vercel.app

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%