Add cypress config option for flaky test re-runs
This commit is contained in:
parent
7da52b03a1
commit
7a090cfced
|
|
@ -8,5 +8,8 @@
|
||||||
},
|
},
|
||||||
"projectId": "msk-fe",
|
"projectId": "msk-fe",
|
||||||
"integrationFolder": "cypress/integration/frontend",
|
"integrationFolder": "cypress/integration/frontend",
|
||||||
"$schema": "https://on.cypress.io/cypress.schema.json"
|
"$schema": "https://on.cypress.io/cypress.schema.json",
|
||||||
|
"retries": {
|
||||||
|
"runMode": 2
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue