cypress env for staging

This commit is contained in:
Timo Bejan 2020-11-10 11:04:23 +02:00
parent d143123b07
commit 98cf19505c
2 changed files with 15 additions and 2 deletions

13
cypress.env.json Normal file
View File

@ -0,0 +1,13 @@
{
"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"
}
}

View File

@ -1,8 +1,8 @@
{
"reporter": "junit",
"baseUrl": "http://localhost:4200",
"baseUrl": "https://red-staging.iqser.cloud",
"env": {
"api_url": "https://timo-redaction-dev.iqser.cloud",
"api_url": "https://redapi-staging.iqser.cloud",
"auth_base_url": "https://redkc-staging.iqser.cloud/auth",
"auth_realm": "redaction",
"auth_client_id": "redaction"