kibana/test/examples
Kibana Machine 073abd4cee
[Archive Migration] dashboard/current/kibana (#126293) (#127285)
* switch from es_archive to kbn_archive

* another test conversion

* add the kbn_archive

* remove unused esArchiver

* kbn_archive to full replace es_archiver/dashboard/current/kibana

* finish this test

* to fix this test we have to unload 2 index patterns

* had to re-make the kbn_archive from 8.0 instead of 7.17

* cleanup saved objects in before method

* remove unused esArchiver

* remove unused dashboard/current/kibana es_archiver files

* refactor clean to cleanStandardList

* a few more tests using the es_archive

* cleanup and uncomment smoketest

* Apply suggestions from code review

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

* update for code review

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Spencer <email@spalger.com>
(cherry picked from commit e932d83944)

Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
2022-03-09 09:08:43 -07:00
..
bfetch_explorer [Search Sessions] Search session example app functional test (#92133) 2021-03-15 14:47:14 +01:00
data_view_field_editor_example Update example plugins to stop using deprecated APIs (#121547) 2021-12-20 14:43:16 +01:00
embeddables [Archive Migration] dashboard/current/kibana (#126293) (#127285) 2022-03-09 09:08:43 -07:00
expressions_explorer [canvas] Reduce bundle by registering Canvas Plugin API on mount (#104264) 2021-07-08 12:35:00 -05:00
field_formats [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
hello_world Add a new hello world plugin and adjust the welcome message. (#107789) 2021-08-09 16:22:02 -04:00
partial_results [Expressions] Partial results example plugin (#113001) 2021-09-27 18:54:05 +02:00
routing [Search Sessions] Search session example app functional test (#92133) 2021-03-15 14:47:14 +01:00
state_sync [Search Sessions] Search session example app functional test (#92133) 2021-03-15 14:47:14 +01:00
ui_actions [Search Sessions] Search session example app functional test (#92133) 2021-03-15 14:47:14 +01:00
config.js Update example plugins to stop using deprecated APIs (#121547) 2021-12-20 14:43:16 +01:00
README.md Add top level examples folder and command to run, --run-examples. (#52027) 2019-12-10 18:02:03 -05:00

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