kibana/test/examples
Tyler Smalley 537be25754
[FTR][CI] Use default distribution for all tests (#94968)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-05-12 15:24:25 -04:00
..
bfetch_explorer
embeddables [Discover] Revert default grid back to legacy (#98508) 2021-04-30 10:29:41 +02:00
expressions_explorer [FTR][CI] Use default distribution for all tests (#94968) 2021-05-12 15:24:25 -04:00
routing
state_sync
ui_actions
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