mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Update test/end-to-end-tests/README.md
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
142a32b528
commit
76c7f58235
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Run tests with `./run.sh`.
|
|||
|
||||
### Debug tests locally.
|
||||
|
||||
`./run.sh` will run the tests against the riot copy present in `riot/riot-web` served by a static python http server. You can symlink your `riot-web` develop copy here but that doesn't work well with webpack recompiling. You can run the test runner directly and specify parameters to get more insight into a failure or run the tests against your local webpack server.
|
||||
`./run.sh` will run the tests against the Riot copy present in `riot/riot-web` served by a static Python HTTP server. You can symlink your `riot-web` develop copy here but that doesn't work well with Webpack recompiling. You can run the test runner directly and specify parameters to get more insight into a failure or run the tests against your local Webpack server.
|
||||
|
||||
```
|
||||
./synapse/stop.sh && \
|
||||
|
|
Loading…
Reference in a new issue