An example demonstrating using Guidepup for testing VoiceOver automation with Playwright in CircleCI.
Run this example's test with:
# Install Dependencies
yarn install --frozen-lockfile
# Enable VoiceOver Automation
npx @guidepup/setup
# Run VoiceOver Test
yarn test
- The test launches Safari using Playwright
- Navigates to the Playwright website
- Moves through the website using VoiceOver controlled by Guidepup to the search input
- Searches for Safari
- Moves to the Webkit section of the docs
This module makes use of @guidepup/playwright
for seamless Guidepup integration with Playwright.
Environment setup for screen-reader automation handled by @guidepup/setup
.