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
- clone
clone git@github.com:qualityshepherd/playwright-example.git - install
npm i
- run
npm testto run 4 browsers headlessly npm run headedto watch tests run in the browser(s)npm runto see all the options
