// Cypress E2E support file // Base URL for API tests. Override with CYPRESS_API_URL env var. // Not set as Cypress baseUrl to avoid server-reachability checks // that would block offline tests (smoke). Cypress.env('API_URL', Cypress.env('API_URL') || 'http://localhost');