Skip to content

Commit

Permalink
#213 fix broken links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 committed Nov 8, 2023
1 parent 7b569bf commit e03f214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/development/Setup_Integrationtest_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/development/Setup_Integrationtest_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e03f214

Please sign in to comment.