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
npm install
npm test
npx playwright show-report
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'