End-to-End Test

You might say

Like a real user, create an itinerary from the travel home page, save it, reopen it, and confirm the confirmation page shows that same trip.

An end-to-end test follows a complete system flow from a user's entry point to the final result.A browser can register, sign in, create a trip, and reach confirmation across pages, services, and data storage. This is evidence that the user journey works. Calling one API or checking one function is important but not end-to-end.
E2EE2E TestEnd-to-End Test
Further reading