tests: ajout de retries en locall

feat/2909-3-bareme-switch
Alice Dahan 2024-12-26 17:40:48 +01:00
parent 4b2a89d931
commit 8ae7c0af30
1 changed files with 3 additions and 3 deletions

View File

@ -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,