red-ui/cypress.env.json

14 lines
349 B
JSON

{
"reporter": "junit",
"baseUrl": "http://localhost:4200",
"env": {
"api_url": "https://timo-redaction-dev.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"
}
}