Basic project template to write tests with Playwright.
- node: ^22.7.0
Optional:
- yarn: ^1.22.22
# install dependencies
yarn
# run tests in console
yarn test
# run tests in UI
yarn test:ui
# install dependencies
npm install
# run tests in console
npm run test
# run tests in UI
npm run test:ui