From 8c288c9f1a71ba431c06f8691d1a6a9a3c826eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Tue, 10 Sep 2024 04:33:03 +0200 Subject: [PATCH] Fix minor issues with the test framework guide (#5458) --- docs/test-framework-dev-guide.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/test-framework-dev-guide.md b/docs/test-framework-dev-guide.md index e7df8685d2c..599c0f33afa 100644 --- a/docs/test-framework-dev-guide.md +++ b/docs/test-framework-dev-guide.md @@ -38,6 +38,11 @@ version without SNAPSHOT. One-time setup is required to run any integration and E2E tests. Run `mage integration:auth` to perform this setup. +You'll also need to separately authenticate to [Elastic's docker registry][elastic_docker_registry]. +Go to https://docker-auth.elastic.co/ and authenticate with Okta to receive your credentials. + +[elastic_docker_registry]: docker.elastic.co + ### Running the tests The test are run with mage using the `integration` namespace: @@ -242,7 +247,7 @@ VM you will have shell connected to it. ### Credentials for cloud stack/projects All cloud deployments and projects can be listed with `mage -integration:listStacks`, they can be used to manually connect to +integration:stacks`, they can be used to manually connect to Kibana and Elasticsearch. If you need to manually run tests against any deployments, `mage