kibana/x-pack/plugins/apm/e2e
2021-02-16 16:54:50 +01:00
..
ci Don't clean when running e2e tests (#91057) 2021-02-10 23:34:36 -06:00
cypress [User Experience app] fix e2e tests (#91423) 2021-02-16 16:54:50 +01:00
ingest-data Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
.gitignore [APM] Don’t run eslint on cypress snapshots (#67451) 2020-05-29 20:00:33 +02:00
cypress.json [CSM] Enable csm e2e tests (#77336) 2020-09-15 18:26:05 +02:00
README.md Update E2E readme with accurate instructions (#81243) 2020-10-20 17:48:30 -05:00
run-e2e.sh [APM] Fix apm e2e runner script commands (#82798) 2020-11-06 12:48:21 -08:00
tsconfig.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) 2020-09-03 14:20:04 +02:00

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