From f6d834e7a1717dffa06f41dff4d971f401b72bf9 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 12 Apr 2021 20:43:13 +0200 Subject: [PATCH] configure retries --- cypress.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cypress.json b/cypress.json index 284bdbd34..cc241e8bf 100644 --- a/cypress.json +++ b/cypress.json @@ -2,7 +2,8 @@ "projectId": "qa7fe2", "ignoreTestFiles": "*.js", "baseUrl": "http://localhost:3000", - "env": { - "RETRIES": 2 + "retries": { + "runMode": 2, + "openMode": 0 } }