mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
This PR moves the test guide used for testing and dev work to the guided onboarding package. It is now being registered when the guided onboarding example plugin is being setup. For that a server side is added to the example plugin. Registering the test guide from the example plugin demonstrates how the "register guide" function can be used for production guides. The test config needs to be in the `kbn-guided-onboarding` package because example plugins have some problems importing files from other plugins. That way the test config is available to the example plugin and to the guided onboarding plugin for unit and functional tests. Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
bfetch_explorer | ||
controls_example | ||
dashboard_embeddable_examples | ||
data_view_field_editor_example | ||
developer_examples | ||
embeddable_examples | ||
embeddable_explorer | ||
expressions_explorer | ||
field_formats_example | ||
files_example | ||
guided_onboarding_example | ||
hello_world | ||
locator_examples | ||
locator_explorer | ||
partial_results_example | ||
preboot_example | ||
response_stream | ||
routing_example | ||
screenshot_mode_example | ||
search_examples | ||
share_examples | ||
state_containers_examples | ||
ui_action_examples | ||
ui_actions_explorer | ||
user_profile_examples | ||
README.asciidoc |
[[example-plugins]] == Example plugins This folder contains example plugins. To run the plugins in this folder, use the `--run-examples` flag, via [source,bash] ---- yarn start --run-examples ----