kibana/test/examples
Anton Dosov 721125772f
stabilize flaky embeddables/adding_children take 2 (#68873)
* wait for loading indicator to be deleted

* improve with retry

* Update test/examples/embeddables/adding_children.ts

Co-authored-by: Spencer <email@spalger.com>

Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-16 10:42:37 +02: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
search Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
state_sync Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
ui_actions Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
config.js Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -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