From cd6dc02210c2e5244c0262004378348b95a5b0e6 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Wed, 17 Jan 2024 11:50:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86ce0f180..f625bc78f 100644 --- a/README.md +++ b/README.md @@ -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