kibana/test/examples
Jon 848679109b
[7.17] [webdriver/chrome] Use headless=new (#206855)
headless=old is no longer available as of Chrome 132
2025-01-16 03:24:47 +00:00
..
bfetch_explorer [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -04:00
embeddables Replace EuiCodeEditor with CodeEditor in app-services code (#114316) (#114793) 2021-10-13 11:25:07 -04:00
expressions_explorer [7.17] [webdriver/chrome] Use headless=new (#206855) 2025-01-16 03:24:47 +00:00
field_formats [7.x][DX] Upgrade prettier to v2.4.0 (#112359) (#112524) 2021-09-19 22:34:46 -07:00
hello_world [7.x] Add a new hello world plugin and adjust the welcome message. (#107789) (#108182) 2021-08-11 12:45:33 -04:00
index_pattern_field_editor_example Fix flaky test #116463 (#176940) 2024-02-15 22:24:25 -04:00
partial_results [Expressions] Partial results example plugin (#113001) (#113143) 2021-09-27 15:18:44 -04:00
routing [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -04:00
state_sync [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -04:00
ui_actions [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -04:00
config.js [Expressions] Partial results example plugin (#113001) (#113143) 2021-09-27 15:18:44 -04:00
README.md Add top level examples folder and command to run, --run-examples. (#52027) (#52739) 2019-12-11 10:38:49 -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