Changes
Page history
Update Testing Guide
authored
Jun 21, 2022
by
Julian Rausch
Show 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"
}
}
```
```
...
...
...
...