From 6547ef1e8640c5b08d559a59f3cce3adb5253d3c Mon Sep 17 00:00:00 2001 From: Alex Johansson Date: Fri, 1 Oct 2021 16:37:11 +0100 Subject: [PATCH] make cypress more fail-safe (#836) --- cypress.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 0b378fff58..406dd368df 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,7 @@ { "baseUrl": "http://localhost:3000", - "chromeWebSecurity": false + "chromeWebSecurity": false, + "retries": { + "runMode": 2 + } }