added redis disclaimer for e2e tests

main
Inga 🏳‍🌈 2 years ago
parent 3e968abe80
commit a3f2054add
  1. 6
      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**

Loading…
Cancel
Save