From b3f90d14ea4f868f97c80af5b62a7e3739a5500c Mon Sep 17 00:00:00 2001 From: shelly_goldblit Date: Tue, 26 Dec 2023 08:23:50 +0200 Subject: [PATCH] maybe like so --- cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.ts b/cypress.config.ts index e7edd1d8..939d4606 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -14,7 +14,7 @@ export default defineConfig({ require("@cypress/code-coverage/task")(on, config); return config; }, - baseUrl: "http://127.0.0.1:8888", + baseUrl: "http://localhost:8888", retries: { runMode: 2, openMode: 0,