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/*" ],