Skip to content

Commit

Permalink
Update 0_GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atlldwp authored Dec 9, 2024
1 parent 33a9fa0 commit 060403f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/e2e-system-tests/0_GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Make sure you have access to the repository using your organization's credential

1. Setting Up Environment Variables for Dev Environment/Cluster:

- Duplicate the file [devTemplate.env.json](../env_variables/devTemplate.env.json) and rename the duplicated file to `local.env.json` inside the `env_variables` folder.
- Duplicate the file [devTemplate.env.json](https://github.com/hpi-schul-cloud/e2e-system-tests/env_variables/devTemplate.env.json) and rename the duplicated file to `local.env.json` inside the `env_variables` folder.
- Include the required development namespace URLs for BRB/DBC/NBC.
- Test user data on development clusters are created using the school API.
- To retrieve the API keys for all three namespaces, navigate to 1Password (1PW).
- Contact QA team for the necessary 1Password links.

2. Setting Up Environment Variables for Staging Environment/Cluster:

- Duplicate the file [stagingTemplate.env.json](../env_variables/stagingTemplate.env.json) and rename the duplicated file to `staging.env.json` in the `env_variables` folder.
- Duplicate the file [stagingTemplate.env.json](https://github.com/hpi-schul-cloud/e2e-system-tests/env_variables/stagingTemplate.env.json) and rename the duplicated file to `staging.env.json` in the `env_variables` folder.
- Include the required staging namespace URLs for BRB/DBC/NBC.
- Test data on the staging environment are fetched from the seed data on the server.
- Add the environment-specific credentials to `staging.env.json` from 1Password (1PW).
Expand Down

0 comments on commit 060403f

Please sign in to comment.