Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 310 Bytes

Prerequisites

You also want to install browsers so framework can run tests against them (chromium will do for our examples) npx playwright install --with-deps chromium

How to start the tests locally

Start by downloading the required packages

npm install

Then you can run the tests

npm run test