Add cypress config option for flaky test re-runs

This commit is contained in:
Ramon Wenger 2022-05-23 20:55:18 +02:00
parent 7da52b03a1
commit 7a090cfced
1 changed files with 4 additions and 1 deletions

View File

@ -8,5 +8,8 @@
},
"projectId": "msk-fe",
"integrationFolder": "cypress/integration/frontend",
"$schema": "https://on.cypress.io/cypress.schema.json"
"$schema": "https://on.cypress.io/cypress.schema.json",
"retries": {
"runMode": 2
}
}