From 9df20bf5a4e48676909b8fd04b859cc30cd174f6 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 11 Mar 2021 10:27:48 +0000 Subject: [PATCH] enabled retries --- tests/cypress.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/cypress.json b/tests/cypress.json index d08128874..957df025e 100644 --- a/tests/cypress.json +++ b/tests/cypress.json @@ -8,6 +8,10 @@ "chromeWebSecurity": false, "viewportWidth": 2560, "viewportHeight": 1440, + "retries": { + "runMode": 2, + "openMode": 1 + }, "ignoreTestFiles": [ "**/snapshots/*" ],