E2e Testing

End-to-end testing protocol — test complete user journeys across services, verify data flows through API, UI, and database as a coherent system. Use when: (1) verifying full user journeys after backend and frontend pass individual tests, (2) testing cross-service data flows, (3) regression testing complete workflows. NOT for: individual endpoint testing (use backend-testing), individual UI testing (use frontend-testing), or code changes.

clode-labs Updated

File contents

clode-labs/aramb-skills/tree/main/e2e-testing commit 5e25597b86

Frequently asked questions

npx skillmds@latest add clode-labs/e2e-testing