Skip to content

czechitas/playwright-test-automation

Repository files navigation

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