3b9133fd5a
* Add `--replication-restore-state-on-startup` with `false` as default Co-authored-by: Aidar Samerkhanov <aidar.samerkhanov@memgraph.io> Co-authored-by: Andi Skrgat <andi8647@gmail.com>
14 lines
577 B
Markdown
14 lines
577 B
Markdown
# tests/e2e
|
|
|
|
Framework to run end-to-end tests against Memgraph.
|
|
|
|
## Notes
|
|
|
|
* If you change something under this directory and below (even a Python
|
|
script), `make` has to be run again because all tests are copied to the build
|
|
directory and executed from there.
|
|
* Use/extend `run.sh` if you run any e2e tests:
|
|
* if all tests have to executed, use `run.sh`
|
|
* if a suite of tests have to be execute, take a look under `run.sh` how to do so
|
|
* if only a single test have to be execute, take a look at each individual binary/script, it's possible to manually pick the test
|