flowCreate.solutions

Testing Overview (Frontend Standard)

This document defines the testing philosophy and baseline tools for frontends.

Tooling

  • Unit/component tests: Vitest + React Testing Library
  • E2E: Playwright

Philosophy

  • Tests should be reliable, focused, and aligned to feature boundaries.
  • Prefer testing behavior (user interactions and outputs) over implementation details.