From cec78c1954b8ff201ecb05905c2319bd4f311911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 25 Feb 2019 19:00:39 +0100 Subject: [PATCH] Add instructions to configure cypress for neo4j @appinteractive probably you missed these changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c87c6a3..6e3debd69 100644 --- a/README.md +++ b/README.md @@ -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