kibana/test/examples
Tyler Smalley b39ad86b5d
Use default ES distribution for functional tests (#88737)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-08 14:23:10 -08:00
..
bfetch_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
embeddables Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
expressions_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
routing Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
state_sync Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
ui_actions Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
config.js Use default ES distribution for functional tests (#88737) 2021-02-08 14:23:10 -08: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