kibana/test/examples
2021-07-08 12:35:00 -05:00
..
bfetch_explorer [Search Sessions] Search session example app functional test (#92133) 2021-03-15 14:47:14 +01:00
embeddables [esArchiver] drop support for --dir, use repo-relative paths instead (#101345) 2021-06-08 17:37:42 -04:00
expressions_explorer [canvas] Reduce bundle by registering Canvas Plugin API on mount (#104264) 2021-07-08 12:35:00 -05:00
index_pattern_field_editor_example [Index patterns] Field editor example app (#100524) 2021-06-09 14:44:27 -05:00
routing [Search Sessions] Search session example app functional test (#92133) 2021-03-15 14:47:14 +01:00
state_sync [Search Sessions] Search session example app functional test (#92133) 2021-03-15 14:47:14 +01:00
ui_actions [Search Sessions] Search session example app functional test (#92133) 2021-03-15 14:47:14 +01:00
config.js [Index patterns] Field editor example app (#100524) 2021-06-09 14:44:27 -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