From e03f214d9a15dc8b27759c822db4270ee8444202 Mon Sep 17 00:00:00 2001 From: Christian Beyer Date: Wed, 8 Nov 2023 08:19:18 +0100 Subject: [PATCH] #213 fix broken links in docs --- docs/development/Setup_Integrationtest_de.md | 4 ++-- docs/development/Setup_Integrationtest_en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/development/Setup_Integrationtest_de.md b/docs/development/Setup_Integrationtest_de.md index a1243ab9..4d09d2e7 100644 --- a/docs/development/Setup_Integrationtest_de.md +++ b/docs/development/Setup_Integrationtest_de.md @@ -10,12 +10,12 @@ In diesem Abschnitt werden die benötigten Schritte beschrieben um die Integrati Damit alle Integrationstests auch einwandfrei funktionieren, müssen vorher einige Daten konfiguriert werden. -**integrationTests/cypress.json** [[Link zur Datei](https://github.com/cloudogu/smeagol/blob/develop/integrationTests/cypress.json)] +**integrationTests/cypress.config.json** [[Link zur Datei](../../integrationTests/cypress.config.js)] 1) Es muss die base-URL auf das Hostsystem angepasst werden. Dafür muss das Feld `baseUrl` auf die Host-FQDN angepasst werden (`https://local.cloudogu.com`) 2) Es müssen noch weitere Aspekte konfiguriert werden. - Diese werdeb als Umgebungsvariablen in der `cypress.json` gesetzt: + Diese werdeb als Umgebungsvariablen in der `cypress.config.json` gesetzt: - `DoguName` - Bestimmt den Namen des jetzigen Dogus und wir beim Routing benutzt. - `MaxLoginRetries` - Bestimmt die Anzahl der Loginversuche, bevor ein Test fehlschlägt. - `AdminUsername` - Der Benutzername des CES-Admins. diff --git a/docs/development/Setup_Integrationtest_en.md b/docs/development/Setup_Integrationtest_en.md index f4e0873c..db1097db 100644 --- a/docs/development/Setup_Integrationtest_en.md +++ b/docs/development/Setup_Integrationtest_en.md @@ -10,12 +10,12 @@ This section describes the steps required to properly run the integration tests. In order for all integration tests to work properly, some data must be configured beforehand. -**integrationTests/cypress.json** [[Link to file](https://github.com/cloudogu/smeagol/blob/develop/integrationTests/cypress.json)] +**integrationTests/cypress.config.json** [[Link to file](../../integrationTests/cypress.config.js)] 1) The base URL must be adapted to the host system. For this the field `baseUrl` has to be adjusted to the host FQDN (`https://local.cloudogu.com`). 2) Other aspects must be configured. - These are set as environment variables in the `cypress.json`: + These are set as environment variables in the `cypress.config.json`: - `DoguName` - Determines the name of the current dogu and will be used in routing. - `MaxLoginRetries` - Determines the number of login attempts before a test fails. - `AdminUsername` - The username of the CES admin.