Skip to content

Commit

Permalink
Increase cypress open/run retries to decrease tests flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
refi93 committed Apr 30, 2021
1 parent 1b69892 commit f3faaa7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"viewportWidth": 1440,
"viewportHeight": 900,
"defaultCommandTimeout": 25000,
"modifyObstructiveCode": false
"modifyObstructiveCode": false,
"retries": {
"runMode": 7,
"openMode": 7
}
}

0 comments on commit f3faaa7

Please sign in to comment.