diff --git a/x-pack/plugins/observability_solution/observability/README.md b/x-pack/plugins/observability_solution/observability/README.md index 809611c3f648f..95792d04545f9 100644 --- a/x-pack/plugins/observability_solution/observability/README.md +++ b/x-pack/plugins/observability_solution/observability/README.md @@ -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 diff --git a/x-pack/plugins/observability_solution/ux/readme.md b/x-pack/plugins/observability_solution/ux/readme.md index 84a77b9e7827e..e03da5df05eea 100644 --- a/x-pack/plugins/observability_solution/ux/readme.md +++ b/x-pack/plugins/observability_solution/ux/readme.md @@ -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: