From 93d4829c8dc08dc8f2d4d7b4ff10bc48a7d086b5 Mon Sep 17 00:00:00 2001 From: helenanull Date: Sat, 3 Apr 2021 01:07:09 +0300 Subject: [PATCH] added retries --- cypress.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cypress.json b/cypress.json index cc1e3f3..db7b627 100644 --- a/cypress.json +++ b/cypress.json @@ -8,5 +8,9 @@ "device": "desktop", "email": "test@test.com", "password": "Cypress123" + }, + "retries":{ + "runMode": 1, + "openMode": 0 } }