mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-10 13:55:03 +00:00
tests: ajout de retries en locall
This commit is contained in:
parent
06379f4ce5
commit
18629fb928
1 changed files with 3 additions and 3 deletions
|
@ -15,12 +15,12 @@ export default defineConfig({
|
|||
experimentalStudio: true,
|
||||
},
|
||||
retries: {
|
||||
// Configure retry attempts for `cypress run`
|
||||
// Configure retry attempts for `cypress run` (Github Action)
|
||||
// Default is 0
|
||||
runMode: 3,
|
||||
// Configure retry attempts for `cypress open`
|
||||
// Configure retry attempts for `cypress open` (yarn test:cypress)
|
||||
// Default is 0
|
||||
openMode: 0,
|
||||
openMode: 1,
|
||||
},
|
||||
videoCompression: 30,
|
||||
videoUploadOnPasses: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue