Purpose
Create, run, and maintain E2E tests for critical user flows using Playwright.
Arguments
--add <journey>— Create new journey test (e.g.,signup-flow,checkout)--run— Run all E2E tests--run <pattern>— Run tests matching pattern--report— Generate and display HTML report--fix— Fix flaky tests with approval
Test organization
apps/web/e2e/
├── journeys/ # User journey tests
│ ├── auth.spec.ts # Sign up, sign in, sign out
│
[Description truncada. Veja o README completo no GitHub.]