From 2516da57c2a3aae3b43dce28d1a89eacfbae4790 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Fri, 21 Feb 2020 14:50:17 +0100 Subject: [PATCH] Add cypress retries again --- cypress.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index f41489007..284bdbd34 100644 --- a/cypress.json +++ b/cypress.json @@ -1,5 +1,8 @@ { "projectId": "qa7fe2", "ignoreTestFiles": "*.js", - "baseUrl": "http://localhost:3000" + "baseUrl": "http://localhost:3000", + "env": { + "RETRIES": 2 + } }