From cd91a51278732f5db8642cdc6180512daef62255 Mon Sep 17 00:00:00 2001 From: shelly_goldblit Date: Tue, 26 Dec 2023 08:16:01 +0200 Subject: [PATCH] fix cypress fail in some browsers --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.ts b/cypress.config.ts index 8c93acb3..e7edd1d8 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -14,6 +14,7 @@ export default defineConfig({ require("@cypress/code-coverage/task")(on, config); return config; }, + baseUrl: "http://127.0.0.1:8888", retries: { runMode: 2, openMode: 0,