red-ui/cypress.json
2021-05-18 18:11:53 +03:00

14 lines
370 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"
}
}