Skip to content

Commit

Permalink
Fix minor issues with the test framework guide (#5458)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm authored Sep 10, 2024
1 parent 22ce70f commit 8c288c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/test-framework-dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8c288c9

Please sign in to comment.