From f4148dca7d18c2a96d3cda0ac2131dfefe53a03a Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Mon, 29 Mar 2021 17:19:46 +0200 Subject: [PATCH] test(e2e): add retries (#5187) --- cypress.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index d3527dbe..0252cdd2 100644 --- a/cypress.json +++ b/cypress.json @@ -1,5 +1,9 @@ { "baseUrl": "http://localhost:8080", "projectId": "dzqjxb", - "testFiles": "*spec*.js" + "testFiles": "*spec*.js", + "retries": { + "runMode": 2, + "openMode": 0 + } }