-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
Description
Description
Create an end-to-end (e2e) test suite that exercises critical flows through HTTP, not just unit-level services.
Requirements
- Set up an e2e test harness using Nest’s testing utilities and
supertest(or equivalent). - Cover at least:
- Health/readiness endpoints.
- A full verification flow.
- One backend-to-contract proxy call (using a mocked Soroban client if needed).
- Ensure e2e tests can run in CI without external secrets or private keys.
Complexity
- Score: 150
Reactions are currently unavailable