/playwright-playground

Playground to write tests with Playwright.

Primary LanguageTypeScript

playwright-playground

Basic project template to write tests with Playwright.

TypeScript

Prerequisites

Optional:

Run Tests

# 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.