mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
3d38087297
commit
2bd7bb449f
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue