From f32e04f535eeb5142153554852ff9674c82a5d77 Mon Sep 17 00:00:00 2001 From: afwilcox Date: Thu, 11 Jul 2024 12:28:15 -0700 Subject: [PATCH] Retry Cypress tests twice after failure --- frontend/cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/cypress.config.ts b/frontend/cypress.config.ts index b36228d46..e585f0dc4 100644 --- a/frontend/cypress.config.ts +++ b/frontend/cypress.config.ts @@ -33,4 +33,5 @@ export default defineConfig({ keycloak_login_url: "https://logontest7.gov.bc.ca", }, }, + retries: 2, });