kibana/test/examples
Robert Oskamp a31445f940
Fix advanced settings API integration tests on cloud (#84110)
This PR fixes the advanced settings feature controls API integration tests for cloud and moves some deployment helper methods to a separate service.
2020-11-24 13:46:51 +01:00
..
bfetch_explorer Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
embeddables stabilize flaky embeddables/adding_children take 2 (#68873) 2020-06-16 10:42:37 +02:00
routing Routing example plugin (#69581) 2020-07-15 12:44:42 -04:00
state_sync Fix advanced settings API integration tests on cloud (#84110) 2020-11-24 13:46:51 +01:00
ui_actions Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
config.js Routing example plugin (#69581) 2020-07-15 12:44:42 -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