Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 801 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 801 Bytes

Guidepup Demo

A demo repository for using Guidepup with Playwright

Installation

To install dependencies, run npm install

Setup

Windows

You will first need to install NVDA

Once installed, you can then run the Guidepup setup by running the command npx @guidepup/setup

MacOS

Coming soon

Running the tests

To execute all of the tests, run the command npx playwright test --headed

Windows

npx playwright test --headed --project=NVDA

MacOS

npx playwright test --headed --project=VoiceOver

Linting

Eslint has been set up including the eslint playwright plugin and can be run using the script npm run lint