DOCS: Removed the Zoo cross-platform environment variables package (#2693)

This commit is contained in:
Jeffrey Cafferata 2023-12-06 22:22:02 +01:00 committed by GitHub
parent 9fd65daf5c
commit 0c70048253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: