kibana/x-pack/plugins/apm/e2e
Oliver Gupte 6017cb539d
[APM] Makes service overview page default (#85786)
* Closes #81948 by setting the default route for services to the service overview page
also updates links to the general path which gets redirected according to user settings

* fixes incorrect test names

* Update x-pack/plugins/apm/public/components/app/Main/route_config/index.tsx

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>

* fixes linting

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
2020-12-14 18:31:34 -05:00
..
ci
cypress [APM] Makes service overview page default (#85786) 2020-12-14 18:31:34 -05:00
ingest-data [CSM] Js errors (#77919) 2020-09-28 15:36:38 +02:00
.gitignore
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