clarify where the e2e tests are located

This commit is contained in:
Bruno Windels 2019-10-10 16:54:52 +02:00
parent 57e597ec13
commit d1a5376dae

View file

@ -162,13 +162,13 @@ override the desktop app's default settings if desired.
Running from Docker
===================
The Docker image can be used to serve riot-web as a web server. The easiest way to use
The Docker image can be used to serve riot-web as a web server. The easiest way to use
it is to use the prebuilt image:
```bash
docker run -p 80:80 vectorim/riot-web
```
```
To supply your own custom `config.json`, map a volume to `/app/config.json`. For example,
To supply your own custom `config.json`, map a volume to `/app/config.json`. For example,
if your custom config was located at `/etc/riot-web/config.json` then your Docker command
would be:
```bash
@ -326,6 +326,10 @@ changes), in an instance of Chrome on your desktop, with `yarn
test-multi`. This also gives you the option of running the tests in 'debug'
mode, which is useful for stepping through the tests in the developer tools.
### End-to-End tests
See the README.md in `matrix-react-sdk` how to run the end-to-end tests.
Translations
============