kibana/test/examples
Anton Dosov 3d0552e03c
Embed dashboard by value example & some embeddable clean up (#67783)
Added example for using dashboard container by value
1.1 Refactored embeddable explorer e2e test to use new example, removed not needed kbn_tp_embeddable_explorer plugin.
For embeddable explorer examples went away from using getFactoryById() to improve type checks
There is new component a replacement for EmbeddableFactoryRenderer with slightly more flexible api: EmbeddableRenderer.
3.1 We can improve it going forward to support more use case
2020-06-15 17:13:31 +02:00
..
bfetch_explorer Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
embeddables Embed dashboard by value example & some embeddable clean up (#67783) 2020-06-15 17:13:31 +02:00
search Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
state_sync Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
ui_actions Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
config.js Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04: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