This folder contains functional tests for the example plugins.
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
In case you want to start Kibana with the example plugins, you can just run:
yarn start --run-examples