Disable test retries for Cypress (#2172)

This commit is contained in:
Jon Koops 2022-03-08 12:35:34 +01:00 committed by GitHub
parent c88628d4f7
commit 6e5eecf638
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,6 @@
"chromeWebSecurity": false,
"viewportWidth": 1360,
"viewportHeight": 768,
"retries": {
"runMode": 2,
"openMode": 0
},
"defaultCommandTimeout": 30000,
"slowTestThreshold": 30000,
"videoCompression": false,