From fb391d3441ee98cc55714af61cd87008a7db0c4d Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 15 May 2024 11:02:25 +0200 Subject: [PATCH] Change cypress base url --- client/cypress.frontend.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cypress.frontend.ts b/client/cypress.frontend.ts index 94633644..b18d7aad 100644 --- a/client/cypress.frontend.ts +++ b/client/cypress.frontend.ts @@ -7,7 +7,7 @@ export default defineConfig({ chromeWebSecurity: false, e2e: { - baseUrl: 'http://127.0.0.1:8080', + baseUrl: 'http://localhost:8080', specPattern: 'cypress/e2e/frontend/**/*.{cy,spec}.{js,ts}', supportFile: 'cypress/support/e2e.ts', setupNodeEvents(on, config) {