Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysiewicz committed Jan 5, 2021
1 parent a920a71 commit 8092454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme/DevReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ This project using automated testing using Cypress. This can be run from the ter
```js
{
"adminUsername": "admin",
"adminPassword": "Password123"
"adminPassword": "password444"
}

// OR in normal .env file
CYPRESS_adminUsername=admin
CYPRESS_adminPassword=Password123
CYPRESS_adminPassword=password444
```

Then, in a cypress test, we would write:
Expand Down

0 comments on commit 8092454

Please sign in to comment.