mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
closes https://github.com/elastic/kibana/issues/161428 PR also updates examples title. Instead of naming the embeddable used, the title now reflects what the example demonstrates. * "Hello world embeddable" -> "Render embeddable" * "Todo embeddable" -> "Update embeddable state" * "List container embeddable" -> "Groups of embeddables" * "Dynamically adding children to a container" -> "Context menu" There is a lot more that could be done to enhance these examples, but I did not want to get more side tracked then I already did. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
bfetch_explorer | ||
content_management | ||
data_view_field_editor_example | ||
discover_customization_examples | ||
embeddables | ||
expressions_explorer | ||
field_formats | ||
hello_world | ||
partial_results | ||
response_stream | ||
routing | ||
search | ||
state_sync | ||
ui_actions | ||
unified_field_list_examples | ||
config.js | ||
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