Skip to content

guidepup/aria-at-tests

Repository files navigation

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