From 711758c57e82343976eecce5b535aa06ea7219d1 Mon Sep 17 00:00:00 2001 From: Steve Breker Date: Wed, 23 Oct 2024 13:39:53 -0700 Subject: [PATCH] Update CI baseUrl --- cypress.config.oidc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.oidc.js b/cypress.config.oidc.js index 428c501b54..40d7910e3a 100644 --- a/cypress.config.oidc.js +++ b/cypress.config.oidc.js @@ -7,7 +7,7 @@ module.exports = defineConfig({ }, e2e: { retries: {'runMode': 2}, - baseUrl: 'http://localhost:63001', + //baseUrl: 'http://localhost:63001', specPattern: 'cypress/e2e/oidc/**/*.cy.js', supportFile: 'cypress/support/e2e.js' },