/** * Shared test environment constants. The frontend base URL was redeclared verbatim in ~23 specs; * one source of truth means a port/scheme change is a single edit, not a sweep. */ export const BASE = process.env.E2E_FRONTEND_URL ?? 'http://localhost:3101';