diff --git a/cypress.config.ts b/cypress.config.ts index 3ebe0a2fe53..63cbcd34ef1 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -37,7 +37,7 @@ module.exports = defineConfig({ // This value is automatically determined at runtime SECURITY_ENABLED: false, codeCoverage: { - url: 'http://localhost:5601/__coverage__', + url: '/__coverage__', }, }, e2e: {