kibana/test/examples
Stacey Gammon 339e13bc53
Routing example plugin (#69581)
* Routing example plugin

* Routing example plugin

* address review comments

* consolidate route registration into single function

* ts fix

* Add functional tests

* typescript fix

* Fix typo

* check against HttpFetchError not Error

* fix ts

* fix unhappy ci

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-15 12:44:42 -04: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 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 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