kibana/x-pack/plugins/apm/e2e
Shahzad 4d474bfe4d
[User Experience App] Use filters shared component (#101459)
Co-authored-by: Casper Hübertz <casper@formgeist.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-17 19:19:16 +02:00
..
ci Don't clean when running e2e tests (#91057) 2021-02-10 23:34:36 -06:00
cypress [User Experience App] Use filters shared component (#101459) 2021-06-17 19:19:16 +02:00
ingest-data Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
.gitignore
cypress.json
README.md Update E2E readme with accurate instructions (#81243) 2020-10-20 17:48:30 -05:00
run-e2e.sh Display Kibana overall status in the logs and have FTR wait for green status before running tests (#102108) 2021-06-17 10:19:07 -04:00
tsconfig.json Revert "TS Incremental build exclude test files (#95610)" (#96223) 2021-04-05 11:59:26 -07: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