From ae9daa881b16790ae55f19e59af37f68d7e26f52 Mon Sep 17 00:00:00 2001 From: Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:14:14 +0200 Subject: [PATCH] chore(tests): update test setup instructions Provide detailed setup steps for running tests in the project, including adjusting the `docker-compose.yaml` file to specify client instances and their players. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 287e6f4..8e594d0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ This mod's goal is to provide a test framework for implementing tests for minete local register_test = test_harness.get_test_registrator("my_mod", my_mod.version_string) ``` 10. Register the test by calling `register_test` -11. Run the test by lauching the `run_tests.sh` script. For example with Podman +11. Adapt the `.util/docker-compose.yaml` to declare all the client intances with their players needed by your tests +12. Run the test by lauching the `run_tests.sh` script. For example with Podman ```shell $ .util/run_tests.sh --podman ```