Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Jan 17, 2024
1 parent 6cb536c commit cd6dc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For brevity, use npm script `npm run test:e2e --grep pattern`

We use Cypress to run UI e2e tests.

To simplify the tests, we circumvent authentication in the app. For that, the following variables need to be set in `.local.env` before running the UI:
To simplify the tests, we circumvent authentication in the app. For that, the following variables need to be set in `.env` before running the UI:
```
VUE_APP_E2E=true
VUE_APP_X_USER=john-doe
Expand Down

0 comments on commit cd6dc02

Please sign in to comment.