kibana/test/examples
Stacey Gammon 63cfffbe11
Embeddable add panel examples (#57319)
* Embeddable add panel examples

* add tests

* Fix type error after merge

* address code review comments

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-19 15:16:58 -05:00
..
embeddables Embeddable add panel examples (#57319) 2020-02-19 15:16:58 -05:00
search
ui_actions Ui Actions explorer example (#57006) 2020-02-11 09:08:47 -05:00
config.js Embeddable add panel examples (#57319) 2020-02-19 15:16:58 -05: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