red-ui/cypress.json
2020-11-17 10:40:30 +01:00

14 lines
402 B
JSON

{
"reporter": "junit",
"baseUrl": "https://app-ui-automated.iqser.cloud",
"env": {
"api_url": "https://api-ui-automated.iqser.cloud",
"auth_base_url": "https://keycloak-ui-automated.iqser.cloud/auth",
"auth_realm": "redaction",
"auth_client_id": "redaction"
},
"reporterOptions": {
"mochaFile": "cypress/test-reports/test-[hash].xml"
}
}