cypress env for staging
This commit is contained in:
parent
d143123b07
commit
98cf19505c
13
cypress.env.json
Normal file
13
cypress.env.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"reporter": "junit",
|
"reporter": "junit",
|
||||||
"baseUrl": "http://localhost:4200",
|
"baseUrl": "https://red-staging.iqser.cloud",
|
||||||
"env": {
|
"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_base_url": "https://redkc-staging.iqser.cloud/auth",
|
||||||
"auth_realm": "redaction",
|
"auth_realm": "redaction",
|
||||||
"auth_client_id": "redaction"
|
"auth_client_id": "redaction"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user