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 [email protected]:qualityshepherd/playwright-example.git
- install
npm i
- 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