Update Testing Guide authored by Julian Rausch's avatar Julian Rausch
...@@ -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"
} }
``` ```
... ...
......