From f7186f8aebb6668ad2fba66b7ac839fe59400133 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Tue, 12 Apr 2022 15:11:16 +0200 Subject: [PATCH] Enable tests retries for Cypress (#2443) --- cypress.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 952557db02..fd67770d31 100644 --- a/cypress.json +++ b/cypress.json @@ -10,5 +10,8 @@ "slowTestThreshold": 30000, "videoCompression": false, "numTestsKeptInMemory": 30, - "videoUploadOnPasses": false + "videoUploadOnPasses": false, + "retries": { + "runMode": 3 + } }