Labels: testing, frontend
Priority: Medium
Description
frontend/e2e/ tests use mocked API responses. While this is appropriate for unit/component tests, at least one E2E suite should run against a real (staging) API to catch integration regressions.
Context
frontend/e2e/user-journeys.spec.ts, market-creation.spec.ts etc. should have a CI mode that points to a staging environment.
Acceptance Criteria
Labels:
testing,frontendPriority: Medium
Description
frontend/e2e/tests use mocked API responses. While this is appropriate for unit/component tests, at least one E2E suite should run against a real (staging) API to catch integration regressions.Context
frontend/e2e/user-journeys.spec.ts,market-creation.spec.tsetc. should have a CI mode that points to a staging environment.Acceptance Criteria
main(not on every PR)