make cypress more fail-safe (#836)
This commit is contained in:
parent
4879479981
commit
6547ef1e86
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"baseUrl": "http://localhost:3000",
|
||||
"chromeWebSecurity": false
|
||||
"chromeWebSecurity": false,
|
||||
"retries": {
|
||||
"runMode": 2
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue