14 · Shipping & Collaboration
E2E Test
End-to-end test
A test that exercises a full user path through the running system—browser, API, and database—rather than one function in isolation.
Concrete example
“Sign up → create project → see it in the list” is an end-to-end path.
Why it matters
Catches integration bugs unit tests miss—at higher cost and flakiness risk.