1
0
Fork 0
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:
Alice Dahan 2024-12-26 17:40:48 +01:00 committed by liliced
parent 06379f4ce5
commit 18629fb928

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,