kibana/test/examples
Spencer b6c9f4b8fc
[ftr] rework ciGroup validation to remove JOBS.yml and avoid duplication (#109149) (#109324)
Co-authored-by: spalger <spalger@users.noreply.github.com>
# Conflicts:
#	.ci/jobs.yml
#	test/scripts/jenkins_code_coverage.sh

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-23 15:07:12 -04:00
..
bfetch_explorer
embeddables
expressions_explorer
field_formats [FieldFormats] Example plugin (#108070) (#108663) 2021-08-16 08:38:26 -04:00
hello_world [7.x] Add a new hello world plugin and adjust the welcome message. (#107789) (#108182) 2021-08-11 12:45:33 -04:00
index_pattern_field_editor_example
routing
state_sync
ui_actions
config.js [ftr] rework ciGroup validation to remove JOBS.yml and avoid duplication (#109149) (#109324) 2021-08-23 15:07:12 -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