From 799e88071867db3e5088eb8eb65c832fa29afca0 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 17 Apr 2024 22:10:39 -0700 Subject: [PATCH] chore(tests): retry cypress tests on failure --- test/automated/browser/cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/automated/browser/cypress.config.js b/test/automated/browser/cypress.config.js index a745a943d..91a67ffbf 100644 --- a/test/automated/browser/cypress.config.js +++ b/test/automated/browser/cypress.config.js @@ -14,4 +14,5 @@ module.exports = defineConfig({ }); }, }, + retries: 3, });