From 98cf19505cae84ec3e3694def8584d27d95a55a5 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Tue, 10 Nov 2020 11:04:23 +0200 Subject: [PATCH] cypress env for staging --- cypress.env.json | 13 +++++++++++++ cypress.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 cypress.env.json diff --git a/cypress.env.json b/cypress.env.json new file mode 100644 index 000000000..47db238c1 --- /dev/null +++ b/cypress.env.json @@ -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" + } +} diff --git a/cypress.json b/cypress.json index 47db238c1..ca0f6ea49 100644 --- a/cypress.json +++ b/cypress.json @@ -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"