This repository contains an automated test framework example using Playwright and Page Object Model pattern.
- Download the zip file or clone this repository.
- Change the directory to
playwright-pom-tdd-demo
.
cd playwright-pom-tdd-demo
- Install
pnpm
.
npm install -g pnpm
- Install dependencies.
pnpm install
- Install browsers.
pnpm playwright install
- Run test(s).
pnpm playwright test
# or simply
pnpm test
- View the test execution report.
pnpm report