From 8148df2f664dfad0def7ae72fe8bc4d2d58a815b Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 16 Apr 2024 09:08:19 +0200 Subject: [PATCH] Update cypress settings --- 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 b18d7aad..94633644 100644 --- a/client/cypress.frontend.ts +++ b/client/cypress.frontend.ts @@ -7,7 +7,7 @@ export default defineConfig({ chromeWebSecurity: false, e2e: { - baseUrl: 'http://localhost:8080', + baseUrl: 'http://127.0.0.1:8080', specPattern: 'cypress/e2e/frontend/**/*.{cy,spec}.{js,ts}', supportFile: 'cypress/support/e2e.ts', setupNodeEvents(on, config) {