Skip to content

apatelia/playwright-pom-tdd-demo

Repository files navigation

About

This repository contains an automated test framework example using Playwright and Page Object Model pattern.

Usage

  1. Download the zip file or clone this repository.
  2. Change the directory to playwright-pom-tdd-demo.
cd playwright-pom-tdd-demo
  1. Install pnpm.
npm install -g pnpm
  1. Install dependencies.
pnpm install
  1. Install browsers.
pnpm playwright install
  1. Run test(s).
pnpm playwright test

# or simply
pnpm test
  1. View the test execution report.
pnpm report

About

a test framework example using playwright and Page Object Model pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published