Skip to content

qualityshepherd/playwright-example

Repository files navigation

E2E Tests

Playwright Example

Example e2e tests (some of which are slightly silly) written with Playwright, that:

  • use a page object pattern
  • are es6y
  • run in parallel
  • run on multiple browsers
  • run headlessly
  • run on CI

Setup

  1. clone clone [email protected]:qualityshepherd/playwright-example.git
  2. install npm i

Run

  • run npm test to run 4 browsers headlessly
  • npm run headed to watch tests run in the browser(s)
  • npm run to see all the options

Results

Test Run Gif

About

An example Playwright e2e test framework...`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published