diff --git a/services/web/cypress.config.ts b/services/web/cypress.config.ts index 77f5b956db..7c9994943a 100644 --- a/services/web/cypress.config.ts +++ b/services/web/cypress.config.ts @@ -18,4 +18,6 @@ export default defineConfig({ specPattern: './{test,modules/**/test}/frontend/components/**/*.spec.{js,ts,tsx}', }, + // Docs: https://docs.cypress.io/guides/guides/test-retries#Global-Configuration + retries: 3, })