Skip to content

Commit

Permalink
chore: fix minor docs in obs (#181942)
Browse files Browse the repository at this point in the history
Cosmetic changes in some `README.md` files.
  • Loading branch information
v1v committed May 3, 2024
1 parent 796c4f9 commit be3f66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit be3f66f

Please sign in to comment.