From 13da10fdc29e7af7302bb74bf450191c7e53da39 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Wed, 30 Mar 2022 12:55:44 +0000 Subject: deploy: 2fc15ac718b4f48e42762deb8398af6978dc506f --- develop/development/contributing_guide.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'develop/development/contributing_guide.html') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index 8476d01bab..e580dfe324 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -352,7 +352,13 @@ typically catch more errors.

configuration:

$ docker run --rm -it -v /path/where/you/have/cloned/the/repository\:/src:ro -v /path/to/where/you/want/logs\:/logs matrixdotorg/sytest-synapse:buster
 
-

This configuration should generally cover your needs. For more details about other configurations, see documentation in the SyTest repo.

+

(Note that the paths must be full paths! You could also write $(realpath relative/path) if needed.)

+

This configuration should generally cover your needs.

+ +

For more details about other configurations, see the Docker-specific documentation in the SyTest repo.

Run the integration tests (Complement).

Complement is a suite of black box tests that can be run on any homeserver implementation. It can also be thought of as end-to-end (e2e) tests.

It's often nice to develop on Synapse and write Complement tests at the same time. -- cgit 1.5.1