From a3f2054add8cd63b050c10996933c024ed7307c0 Mon Sep 17 00:00:00 2001 From: Inga Date: Sun, 10 Jul 2022 02:06:04 +0200 Subject: [PATCH] added redis disclaimer for e2e tests --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3caf702..1edb038 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ It should be possible to run the service locally. # Commands +## Configuration + +Check `.env` + ## Installation ```bash @@ -62,3 +66,5 @@ $ npm run test:e2e # test coverage $ npm run test:cov ``` + +**Note that you need to have redis running locally in order to run e2e tests**