Enable tests retries for Cypress (#2443)
This commit is contained in:
parent
85f457c7d2
commit
f7186f8aeb
1 changed files with 4 additions and 1 deletions
|
@ -10,5 +10,8 @@
|
|||
"slowTestThreshold": 30000,
|
||||
"videoCompression": false,
|
||||
"numTestsKeptInMemory": 30,
|
||||
"videoUploadOnPasses": false
|
||||
"videoUploadOnPasses": false,
|
||||
"retries": {
|
||||
"runMode": 3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue