kibana/x-pack/plugins/apm/e2e/README.md
Andrew Cholakian 55ae05859e
Update E2E readme with accurate instructions (#81243)
* Update E2E readme with accurate instructions

* Fix whitespace
2020-10-20 17:48:30 -05:00

496 B

End-To-End (e2e) Test for APM UI

Run E2E tests

# 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 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