keycloak-scim/cypress.json

18 lines
450 B
JSON
Raw Normal View History

{
"projectId": "j4yhox",
"screenshotsFolder": "assets/screenshots",
"videosFolder": "assets/videos",
"baseUrl": "http://localhost:8080",
"chromeWebSecurity": false,
"viewportWidth": 1360,
2021-01-14 15:37:56 +00:00
"viewportHeight": 768,
"defaultCommandTimeout": 30000,
"slowTestThreshold": 30000,
"videoCompression": false,
2021-12-06 10:50:29 +00:00
"numTestsKeptInMemory": 30,
"videoUploadOnPasses": false,
"retries": {
"runMode": 3
}
}