Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix minor docs in obs #181942

Merged
merged 4 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ The API tests for "trial" are located in `x-pack/test/observability_api_integrat

### API test tips

- For debugging access Elasticsearch on http://localhost:9220` (elastic/changeme)
- For debugging access Elasticsearch on `http://localhost:9220` (elastic/changeme)
- To update snapshots append `--updateSnapshots` to the functional_test_runner command
2 changes: 1 addition & 1 deletion x-pack/plugins/observability_solution/ux/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://docs.elastic.dev/kibana-dev-docs/welcome

The tests are managed via the `scripts/e2e.js` file. This script accepts numerous options.

From the kibana root you can run `node x-pack/plugins/observability_solution/ux/scripts/e2e.js` to simply stand up the stack, load data, and run the tests.
From the Kibana root you can run `node x-pack/plugins/observability_solution/ux/scripts/e2e.js` to simply stand up the stack, load data, and run the tests.

If you are developing a new test, it is better to stand up the stack in one shell and load data/run tests in a second session. You can do this by running:

Expand Down