keycloak-scim/cypress.json
2022-03-08 12:35:34 +01:00

13 lines
378 B
JSON

{
"screenshotsFolder": "assets/screenshots",
"videosFolder": "assets/videos",
"baseUrl": "http://localhost:8080",
"chromeWebSecurity": false,
"viewportWidth": 1360,
"viewportHeight": 768,
"defaultCommandTimeout": 30000,
"slowTestThreshold": 30000,
"videoCompression": false,
"numTestsKeptInMemory": 30,
"videoUploadOnPasses": false
}