Add some missing documentation for e2e testing

This commit is contained in:
roschaefer 2019-08-29 11:30:32 +02:00
parent e45bb492a1
commit 396c9e959e

View File

@ -28,6 +28,17 @@ To start the services that are required for cypress testing, run this:
$ yarn cypress:setup $ 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 ## Run cypress
After verifying that there are no errors with the servers starting, open another tab in your terminal and run the following command: After verifying that there are no errors with the servers starting, open another tab in your terminal and run the following command: