assets/docker/mercury/README.md
Note: Running Mercury services locally requires access to the GX private docker registry. External contributors will not be able to follow these instructions and will only be able to run these tests in CI.
export GX_CLOUD_BASE_URL=http://localhost:5000
export GX_CLOUD_ORGANIZATION_ID="0ccac18e-7631-4bdd-8a42-3c35cce574c6"
export GX_CLOUD_ACCESS_TOKEN="5266c9ac7a844b91994e7bfc443bdeae.V1.UB3fpuYpsqxVX3XSXipYgfzPrvOG7jAhXEUP_m41ZhaEYfn-AYs5HL3r_bn4rTiG_RpOF3EVTiSOWFLkUZ2fuQ"
export GX_CLOUD_WORKSPACE_ID="44444444-4444-4bdd-8a42-3c35cce574c6"
pip install invoke
invoke deps --gx-install -m 'cloud' -r test
Ensure you have granted installed and configured. Follow the instructions at this confluence page.
You must have installed a docker compose version of at least 2.17.0 to use the invoke task. Check your version by running:
docker compose version
invoke ci-tests 'cloud' --up-services --verbose
invoke ci-tests 'cloud' --restart-services --verbose