Merge pull request #8523 from overleaf/jpa-cypress-retries

[web] enable 3 retries for all cypress tests

GitOrigin-RevId: 9624baeae66cfcf770986920250a11284787f51d
This commit is contained in:
Alf Eaton 2022-06-23 10:45:24 +01:00 committed by Copybot
parent 3d38087297
commit 2bd7bb449f

View file

@ -18,4 +18,6 @@ export default defineConfig({
specPattern: specPattern:
'./{test,modules/**/test}/frontend/components/**/*.spec.{js,ts,tsx}', './{test,modules/**/test}/frontend/components/**/*.spec.{js,ts,tsx}',
}, },
// Docs: https://docs.cypress.io/guides/guides/test-retries#Global-Configuration
retries: 3,
}) })