From 4549b0d5ab6afe0ae5d6ded29cb157c1ffc2a538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20Szcz=C4=99ch?= <30683248+szczecha@users.noreply.github.com> Date: Fri, 4 Nov 2022 16:00:46 +0100 Subject: [PATCH] add retries to cypress config (#2536) --- cypress.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cypress.config.js b/cypress.config.js index f51b6c5cc..da65a33a0 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -9,6 +9,10 @@ module.exports = defineConfig({ requestTimeout: 20000, viewportWidth: 1400, viewportHeight: 660, + retries: { + runMode: 1, + openMode: 0, + }, e2e: { env: { grepFilterSpecs: true,