From 72290bdd5cbe26cac3902848a5afffd8fbe1ee36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20=C2=A0Schabert?= Date: Tue, 17 Nov 2020 10:40:30 +0100 Subject: [PATCH] Set cypress for automated tests --- cypress.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress.json b/cypress.json index 3ac78021f..ab2b572e4 100644 --- a/cypress.json +++ b/cypress.json @@ -1,9 +1,9 @@ { "reporter": "junit", - "baseUrl": "https://redui-automation-ui.iqser.cloud", + "baseUrl": "https://app-ui-automated.iqser.cloud", "env": { - "api_url": "https://redui-automation-api.iqser.cloud", - "auth_base_url": "https://redkc-staging.iqser.cloud/auth", + "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" },