Skip to content

aboudard/angular-playwright-wrk

Repository files navigation

Playwright workspace

Angular / Playwright test project. Angular Workspace with a single application "sandbox".

Playwright scripts are in /e2e.

Setup

  • Install dependencies npm install
  • Install playwright
npx playwright install --with-deps

Running

  • Running the tests with the new --ui option npm run e2e
  • Running the code generator npm run e2e:codegen