A demo repository for using Guidepup with Playwright
To install dependencies, run npm install
You will first need to install NVDA
Once installed, you can then run the Guidepup setup by running the command npx @guidepup/setup
Coming soon
To execute all of the tests, run the command npx playwright test --headed
npx playwright test --headed --project=NVDA
npx playwright test --headed --project=VoiceOver
Eslint has been set up including the eslint playwright plugin and can be run using the script npm run lint