Angular / Playwright test project. Angular Workspace with a single application "sandbox".
Playwright scripts are in /e2e.
- Install dependencies
npm install
- Install playwright
npx playwright install --with-deps
- Running the tests with the new --ui option
npm run e2e
- Running the code generator
npm run e2e:codegen