From f977d59be8dec84edd3f1352be766e7898e0f1ec Mon Sep 17 00:00:00 2001 From: jamshale Date: Mon, 4 Dec 2023 09:10:36 -0800 Subject: [PATCH] Update integration README Signed-off-by: jamshale --- redis_events/integration/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redis_events/integration/README.md b/redis_events/integration/README.md index 60cfe0f17..72f11681e 100644 --- a/redis_events/integration/README.md +++ b/redis_events/integration/README.md @@ -1,10 +1,10 @@ # Integration Tests -All plugins should have a suite of integration tests. We use `docker compose` to set up the environment, and make use of the [Dockerfile](../docker/Dockerfile) to produce our ACA-Py/Plugin image. To simplify, we have another [Dockerfile](Dockerfile.test.runner) for running those [tests](/tests/). +We use `docker compose` to set up the environment, and make use of the main dockefile in the docker directory [Dockerfile](../docker/Dockerfile), and a similar dockerfile in integration driectory [Dockerfile](../integration/Dockerfile), which has an additional plugin basic_messages. This is used to persist message history for better testing. To simplify, we have another [Dockerfile](Dockerfile.test.runner) for running those [tests](/tests/). ## Build and run Tests -The integration tests will start 2 agents - bob and alice - and a juggernaut container that will execute the tests. Test results will be found in the juggernaut container output. The juggernaut container should close itself down, the logs can be reviewed in the `Docker` view, open `Containers`, open `integration`, right-click the `integration-tests` container and select `View Logs` +The integration tests will start 2 agents - faber and alice - and a juggernaut container that will execute the tests. Test results will be found in the juggernaut container output. The juggernaut container should close itself down, the logs can be reviewed in the `Docker` view, open `Containers`, open `integration`, right-click the `integration-tests` container and select `View Logs` ```sh # open a terminal in vs code