Bootstrapped a basic Playwright/test cross-browser test project.
- Installation process:
-
Install node dependencies: `npm ci`
-
Install browsers: `npx playwright install --with-deps`
- Pre-requisites: Node (including) npm.
- Lint and fix:
npm run lint && npm run fix
- Run tests:
npm test