flowCreate.solutions

E2E (Playwright) (Frontend Standard)

Scope

E2E tests validate the system from a user perspective:

  • routing
  • authentication flows
  • critical user journeys

Projects should keep Playwright configuration and tests in a predictable location (project-specific), and document how to run them locally and in CI.

Test data

Prefer deterministic test data:

  • seed scripts or dedicated test accounts
  • avoid relying on production-like randomness