Overview
CI has a well-configured backend-e2e job with Postgres 16 and Redis 7 service containers, correct environment variables, and PR-only triggering — genuinely good infrastructure. But it runs npm run test:e2e -- --passWithNoTests against a single placeholder spec, so all of that runs and proves nothing.
Tasks
Acceptance Criteria
Dependencies
Best after [BE-111].
Notes for Contributors
Comment below to be assigned.
Overview
CI has a well-configured
backend-e2ejob with Postgres 16 and Redis 7 service containers, correct environment variables, and PR-only triggering — genuinely good infrastructure. But it runsnpm run test:e2e -- --passWithNoTestsagainst a single placeholder spec, so all of that runs and proves nothing.Tasks
--passWithNoTestsonce specs exist.Acceptance Criteria
npm run test:e2eexercises real journeys against the service containers.Dependencies
Best after [BE-111].
Notes for Contributors
Comment below to be assigned.