From 89e79519d916adffa4d9f5c9accd636828a92193 Mon Sep 17 00:00:00 2001 From: Suzanne Aitchison Date: Thu, 15 Jul 2021 12:34:30 +0100 Subject: [PATCH] add retries for cypress ci tests (#14241) --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 89d6e9e19..6b4ed0c2d 100644 --- a/cypress.json +++ b/cypress.json @@ -1,5 +1,6 @@ { "screenshotsFolder": "tmp/cypress_screenshots", "trashAssetsBeforeRuns": false, - "video": false + "video": false, + "retries": 3 }