From 654111527a5e6e1906cd357a6a39d6c264da7dc5 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 7 Mar 2023 00:36:15 -0800 Subject: [PATCH] add instructions on how to run integration tests --- docs/tutorials/integrationtests.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/tutorials/integrationtests.md b/docs/tutorials/integrationtests.md index b4bef9d..32c276e 100644 --- a/docs/tutorials/integrationtests.md +++ b/docs/tutorials/integrationtests.md @@ -4,3 +4,9 @@ Integration tests configure real virtual machines and run tests on those to assert some properties. You can find all integration tests under the [tests/integration](/tests/integration) directory. + +## Run integration tests + +```console +nix-build -A tests.integration.keycloak +```