Disable test retries for Cypress (#2172)
This commit is contained in:
parent
c88628d4f7
commit
6e5eecf638
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,6 @@
|
||||||
"chromeWebSecurity": false,
|
"chromeWebSecurity": false,
|
||||||
"viewportWidth": 1360,
|
"viewportWidth": 1360,
|
||||||
"viewportHeight": 768,
|
"viewportHeight": 768,
|
||||||
"retries": {
|
|
||||||
"runMode": 2,
|
|
||||||
"openMode": 0
|
|
||||||
},
|
|
||||||
"defaultCommandTimeout": 30000,
|
"defaultCommandTimeout": 30000,
|
||||||
"slowTestThreshold": 30000,
|
"slowTestThreshold": 30000,
|
||||||
"videoCompression": false,
|
"videoCompression": false,
|
||||||
|
|
Loading…
Reference in a new issue