Update test/end-to-end-tests/README.md

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
Bruno Windels 2019-10-18 12:28:31 +00:00 committed by GitHub
parent 5025a0ffea
commit 06e69d114f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Run tests with `./run.sh`.
./synapse/start.sh && \
node start.js <parameters>
```
It's important to always stop and start synapse before each run of the tests to clear the in-memory sqlite database it uses, as the tests assume a blank slate.
It's important to always stop and start Synapse before each run of the tests to clear the in-memory SQLite database it uses, as the tests assume a blank slate.
start.js accepts these parameters (and more, see `node start.js --help`) that can help running the tests locally: