From f070091a84bf8c95ad95fbad82ec2d6c04e5f373 Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Wed, 13 Dec 2023 14:30:34 +0100 Subject: [PATCH] Change cypress frontend config.. localhost !=127.0.0.1 --- 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) {