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
Description
Create an end-to-end (e2e) test suite that exercises critical flows through HTTP, not just unit-level services.
Requirements
supertest(or equivalent).Complexity