Enable tests retries for Cypress (#2443)

This commit is contained in:
Jon Koops 2022-04-12 15:11:16 +02:00 committed by GitHub
parent 85f457c7d2
commit f7186f8aeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,5 +10,8 @@
"slowTestThreshold": 30000,
"videoCompression": false,
"numTestsKeptInMemory": 30,
"videoUploadOnPasses": false
"videoUploadOnPasses": false,
"retries": {
"runMode": 3
}
}