Skip to content

Commit

Permalink
Update E2E readme with accurate instructions (#81243)
Browse files Browse the repository at this point in the history
* Update E2E readme with accurate instructions

* Fix whitespace
  • Loading branch information
andrewvc authored Oct 20, 2020
1 parent a83eb33 commit 55ae058
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion x-pack/plugins/apm/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 55ae058

Please sign in to comment.