Add retries (#303)
This commit is contained in:
parent
9548038631
commit
e4ab191136
1 changed files with 5 additions and 1 deletions
|
@ -4,5 +4,9 @@
|
|||
"baseUrl": "http://localhost:8080",
|
||||
"chromeWebSecurity": false,
|
||||
"viewportWidth": 1360,
|
||||
"viewportHeight": 768
|
||||
"viewportHeight": 768,
|
||||
"retries": {
|
||||
"runMode": 2,
|
||||
"openMode": 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue