Basic project template to write tests with Playwright.
- node: ^22.7.0
Optional:
- yarn*: ^1.22.22
# install dependencies
yarn install
# run tests in console
yarn test
# run tests in UI
yarn test:ui
If you are using npm, just swap yarn
with npm
in all commands.