kibana/test/examples
Tyler Smalley 6977be0140
Revert "Revert: [7.x] [FTR][CI] Use default distribution for all tests (#102019) (#102580)
* Revert "Revert: [7.x] [FTR][CI] Use default distribution for all tests (#102019)"

This reverts commit c272bdbc25.

* [FTR] Stabilize SSLP functional tests (#102553)

* Removes spaces check, since spaces should always be available
* Disables Monitoring, SecuritySolutions, and Reporting in SSPL tests
until #102552 is completed

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-21 03:28:12 -04:00
..
bfetch_explorer [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -04:00
embeddables [7.x] [esArchiver] drop support for --dir, use repo-relative paths instead (#101345) (#101676) 2021-06-08 22:45:04 -04:00
expressions_explorer Revert "Revert: [7.x] [FTR][CI] Use default distribution for all tests (#102019) (#102580) 2021-06-21 03:28:12 -04:00
index_pattern_field_editor_example [Index patterns] Field editor example app (#100524) (#102010) 2021-06-11 23:40:40 -04:00
routing [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -04:00
state_sync [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -04:00
ui_actions [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -04:00
config.js [Index patterns] Field editor example app (#100524) (#102010) 2021-06-11 23:40:40 -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