keycloak-scim/cypress.json
Jon Koops d1ea86ac3f
Optimize performance of Cypress tests on CI (#809)
- Disable uploads for videos of tests that have passed
- Disable compression of videos to speed up runs
2021-07-08 13:09:29 +02:00

15 lines
384 B
JSON

{
"screenshotsFolder": "assets/screenshots",
"videosFolder": "assets/videos",
"baseUrl": "http://localhost:8080",
"chromeWebSecurity": false,
"viewportWidth": 1360,
"viewportHeight": 768,
"retries": {
"runMode": 2,
"openMode": 0
},
"defaultCommandTimeout": 10000,
"videoCompression": false,
"videoUploadOnPasses": false
}