From 0c7004825329e47221d5ec9e3020c06e1bacc46a Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Wed, 6 Dec 2023 22:22:02 +0100 Subject: [PATCH] DOCS: Removed the Zoo cross-platform environment variables package (#2693) --- documentation/integration-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/integration-tests.md b/documentation/integration-tests.md index af8138807..a0c7baee9 100644 --- a/documentation/integration-tests.md +++ b/documentation/integration-tests.md @@ -13,7 +13,7 @@ For each step, it will run the config once and expect changes. It will run it ag ## Running a test 1. The integration tests need a test domain to run on. All the records of this domain will be deleted! -2. Define all environment variables expected for the provider you wish to run. I setup a local `.env` file with the appropriate values and use [zoo](https://github.com/jsonmaur/zoo) to run my commands. +2. Define all environment variables expected for the provider you wish to run. 3. run `cd integrationTest && go test -v -provider $NAME` where $NAME is the name of the provider you wish to run. Example: