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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	.ci/packer_cache_for_branch.sh
2021-02-08 22:57:34 -08:00
..
bfetch_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
embeddables [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
expressions_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
routing [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
state_sync [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
ui_actions [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
config.js Use default ES distribution for functional tests (#88737) (#90694) 2021-02-08 22:57:34 -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