kibana/test/examples
Anton Dosov 2afb43b869
Replace EuiCodeEditor with CodeEditor in app-services code (#114316)
* code editor scripted fields

* filter_editor

* embeddable example

* clean

* update tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-13 14:52:48 +02:00
..
bfetch_explorer
embeddables Replace EuiCodeEditor with CodeEditor in app-services code (#114316) 2021-10-13 14:52:48 +02:00
expressions_explorer [canvas] Reduce bundle by registering Canvas Plugin API on mount (#104264) 2021-07-08 12:35:00 -05:00
field_formats [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
hello_world Add a new hello world plugin and adjust the welcome message. (#107789) 2021-08-09 16:22:02 -04:00
index_pattern_field_editor_example [Index patterns] Field editor example app (#100524) 2021-06-09 14:44:27 -05:00
partial_results [Expressions] Partial results example plugin (#113001) 2021-09-27 18:54:05 +02:00
routing
state_sync
ui_actions
config.js [Expressions] Partial results example plugin (#113001) 2021-09-27 18:54:05 +02:00
README.md

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