kibana/test/examples
2021-10-27 16:29:41 +00:00
..
bfetch_explorer
embeddables skip flaky suite (#116414) 2021-10-27 14:27:59 +01:00
expressions_explorer
field_formats
hello_world
index_pattern_field_editor_example skip flaky suite (#116463) 2021-10-27 16:29:41 +00:00
partial_results
routing
state_sync
ui_actions
config.js Removes deprecated telemetry.url and telemetry.optInStatusUrl from telemetry plugin config (#114737) 2021-10-15 14:26:43 -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