Update E2E readme with accurate instructions (#81243)

* Update E2E readme with accurate instructions

* Fix whitespace
This commit is contained in:
Andrew Cholakian 2020-10-20 17:48:30 -05:00 committed by GitHub
parent a83eb33726
commit 55ae05859e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,14 @@
**Run E2E tests**
```sh
# In one terminal
node ./scripts/kibana --no-base-path --dev --no-dev-config --config x-pack/plugins/apm/e2e/ci/kibana.e2e.yml
# In another terminal
x-pack/plugins/apm/e2e/run-e2e.sh
```
_Starts APM Server, Elasticsearch (with sample data) and runs the tests_
Starts kibana, APM Server, Elasticsearch (with sample data) and runs the tests.
If you see errors about not all events being ingested correctly try running `cd kibana/x-pack/plugins/apm/e2e/tmp/apm-integration-testing && docker-compose down -v`