red-ui/cypress.json
2020-11-10 12:12:35 +02:00

14 lines
401 B
JSON

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