From 396c9e959e04afd04bb3df21bfb7b21c5041447d Mon Sep 17 00:00:00 2001 From: roschaefer Date: Thu, 29 Aug 2019 11:30:32 +0200 Subject: [PATCH] Add some missing documentation for e2e testing --- cypress/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cypress/README.md b/cypress/README.md index 2dd662a66..2adcff925 100644 --- a/cypress/README.md +++ b/cypress/README.md @@ -28,6 +28,17 @@ To start the services that are required for cypress testing, run this: $ yarn cypress:setup ``` +## Install cypress + +Even if the required services for testing run via docker, depending on your +setup, the cypress tests themselves run on your host machine. So with our +without docker, you would have to install cypress and its dependencies first: + +``` +# in the root folder / +yarn install +``` + ## Run cypress After verifying that there are no errors with the servers starting, open another tab in your terminal and run the following command: