Skip to content

Commit

Permalink
Merge pull request #426 from CSCfi/feature/cypress-retries
Browse files Browse the repository at this point in the history
add retries & disable also video compression
  • Loading branch information
blankdots authored Aug 17, 2021
2 parents 049a1bf + 6308d8b commit 7acb132
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"port": "3000",
"mockAuthHost": "localhost",
"mockAuthPort": "8000"
}
},
"retries": {
"runMode": 3,
"openMode": 0
},
"videoCompression": false
}

0 comments on commit 7acb132

Please sign in to comment.