Skip to content

Commit 8c288c9

Browse files
authored
Fix minor issues with the test framework guide (#5458)
1 parent 22ce70f commit 8c288c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/test-framework-dev-guide.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ version without SNAPSHOT.
3838
One-time setup is required to run any integration and E2E tests. Run
3939
`mage integration:auth` to perform this setup.
4040

41+
You'll also need to separately authenticate to [Elastic's docker registry][elastic_docker_registry].
42+
Go to https://docker-auth.elastic.co/ and authenticate with Okta to receive your credentials.
43+
44+
[elastic_docker_registry]: docker.elastic.co
45+
4146
### Running the tests
4247

4348
The test are run with mage using the `integration` namespace:
@@ -242,7 +247,7 @@ VM you will have shell connected to it.
242247

243248
### Credentials for cloud stack/projects
244249
All cloud deployments and projects can be listed with `mage
245-
integration:listStacks`, they can be used to manually connect to
250+
integration:stacks`, they can be used to manually connect to
246251
Kibana and Elasticsearch.
247252

248253
If you need to manually run tests against any deployments, `mage

0 commit comments

Comments
 (0)