mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add some missing documentation for e2e testing
This commit is contained in:
parent
e45bb492a1
commit
396c9e959e
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user