diff --git a/cypress.json b/cypress.json index 0b378fff..406dd368 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,7 @@ { "baseUrl": "http://localhost:3000", - "chromeWebSecurity": false + "chromeWebSecurity": false, + "retries": { + "runMode": 2 + } }