Guidepup compatibility against ARIA-AT test suite.
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