Skip to content

jameskip/playwright-example

Repository files navigation

Playwright Tests CircleCI

gaws

Core user flow: Swag Labs

  • Login
  • Unsuccessful login with locked out user
  • Single product & checkout
  • Multiple product & checkout
  • Sort inventory
  • Remove item from cart

CRUD /pet: Swagger Petstore

  • Create pet
  • Read pet
  • Update pet
  • Delete pet

Install

npm install

Run tests

npm test

View report

npx playwright show-report

Create snapshots

To emulate your CI Linux box and generate snapshots

docker run -v $(pwd):/gaws mcr.microsoft.com/playwright:v1.32.1-focal bash -c 'cd gaws && npm run test'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published