kibana/x-pack/plugins/ux/e2e
Shahzad b78f785b3c
[Synthetics] User experience and monitor details, load when in view (#144385)
Co-authored-by: Abdul Zahid <awahab07@yahoo.com>
2022-11-04 11:44:01 +01:00
..
fixtures
journeys [Synthetics] User experience and monitor details, load when in view (#144385) 2022-11-04 11:44:01 +01:00
page_objects
README.md [Observability] [UX] add synthetics e2e documentation (#139749) 2022-09-14 18:31:38 +09:30
synthetics_run.ts [Exploratory view] Add e2e tests (#135148) 2022-06-28 13:31:12 +02:00
tsconfig.json [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00

How to run these tests

These tests rely on the Kibana functional test runner. There is a Kibana config in this directory, and a dedicated script for standing up the test server.

Start the server

From ~/x-pack/plugins/ux/scripts, run node e2e.js --server. Wait for the server to startup. It will provide you with an example run command when it finishes.

Run the tests

From this directory, ~/x-pack/plugins/ux/e2e, you can now run node ../../../../scripts/functional_test_runner --config synthetics_run.ts.

In addition to the usual flags like --grep, you can also specify --no-headless in order to view your tests as you debug/develop.