Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Testing Guide
authored
Jun 21, 2022
by
Julian Rausch
Hide whitespace changes
Inline
Side-by-side
Guidelines/Testing-Guide.md
View page @
70cf3bff
...
@@ -60,7 +60,9 @@ For starting Cypress Tests a cypress.env.json file is needed. This file should c
...
@@ -60,7 +60,9 @@ For starting Cypress Tests a cypress.env.json file is needed. This file should c
```
```
{
{
"operator_username": "otp",
"operator_username": "otp",
"operator_password": "otp"
"operator_password": "otp",
"user_username": "dave",
"user_password": "otp"
}
}
```
```
...
...
...
...