Add instructions to configure cypress for neo4j

@appinteractive probably you missed these changes
This commit is contained in:
Robert Schäfer 2019-02-25 19:00:39 +01:00
parent 459b582fb4
commit cec78c1954

View File

@ -25,8 +25,9 @@ $ yarn install
Copy:
```
cp .env.template .env
cp cypress.env.template.json cypress.env.json
```
Configure the file `.env` according to your needs and your local setup.
Configure the files according to your needs and your local setup.
### Development
``` bash