kibana/test/examples
2023-03-21 09:59:00 +01:00
..
bfetch_explorer [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
content_management [CM] Fix flaky test in the example app (#153310) 2023-03-21 09:59:00 +01:00
data_view_field_editor_example [Data views] Add pre-configuration options to runtime field editor fly-out (#136769) 2022-07-22 10:30:01 -07:00
embeddables [Saved Object Finder] Move to the component in saved_objects_finder plugin (#151764) 2023-03-01 22:33:18 +01:00
expressions_explorer modernize test-subj-selector (#140847) 2022-09-15 22:08:51 -07:00
field_formats [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
hello_world [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
partial_results [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
response_stream [ML] Explain log rate spikes: Move API stream demos to Kibana examples. (#132590) 2022-05-24 16:59:31 +02:00
routing [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
search [Lens] Don't block render on missing field (#149262) 2023-02-02 18:09:43 -06:00
state_sync [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
ui_actions [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
config.js [CM] Example plugin with server-side registry usage (#151885) 2023-02-28 14:57:57 +01:00
README.md Add top level examples folder and command to run, --run-examples. (#52027) 2019-12-10 18:02:03 -05:00

Example plugin functional tests

This folder contains functional tests for the example plugins.

Run the test

To run these tests during development you can use the following commands:

# Start the test server (can continue running)
node scripts/functional_tests_server.js --config test/examples/config.js
# Start a test run
node scripts/functional_test_runner.js --config test/examples/config.js

Run Kibana with a test plugin

In case you want to start Kibana with the example plugins, you can just run:

yarn start --run-examples