From 7b87470001c7cf27bdec6ac5bba771b8aba6a311 Mon Sep 17 00:00:00 2001 From: bombillazo Date: Sun, 18 Feb 2024 02:51:27 -0400 Subject: [PATCH] chore: update test readme --- tests/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index 10a1a49..e97e156 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,9 +1,11 @@ # Testing -To run tests, first prepare your configuration file by copying +To run tests, we recommend using Docker. With Docker, there is no +need to modify any configuration, just run the build and test commands. + +If running tests on your host, prepare your configuration file by copying `config.example.json` into `config.json` and updating it appropriately based on -your environment. If you use the Docker based configuration below there's no -need to modify the configuration. +your environment. ## Running the Tests