kibana/test/examples
Matthias Wilhelm e1843a49a7
[Discover] Revert default grid back to legacy (#98508) (#98876)
# Conflicts:
#	test/functional/apps/discover/_large_string.ts
#	test/functional/page_objects/discover_page.ts
#	x-pack/test/functional/apps/security/doc_level_security_roles.js
2021-04-30 06:34:55 -04:00
..
bfetch_explorer [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -04:00
embeddables [Discover] Revert default grid back to legacy (#98508) (#98876) 2021-04-30 06:34:55 -04:00
expressions_explorer [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -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 [Search Sessions] Search session example app functional test (#92133) (#94570) 2021-03-15 12:09:58 -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