mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #8583 from overleaf/ae-cypress-retries
Only retry Cypress tests in run mode GitOrigin-RevId: e862f8e88e9fe970a5c2b9142c05d8b648ac4b1e
This commit is contained in:
parent
a0d1e918c8
commit
054b0e2e28
1 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ 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,
|
||||
retries: {
|
||||
runMode: 3,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue