mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 23:39:42 -04:00
* [Data views] Add pre-configuration options to runtime field editor fly-out * fix test * more polish * update example app functional test * fix functional test * improve comment * fix unexported public apis * comments for public apis * restrict runaway metrics changes * more comments for public api * fix fn test * revert updates to api_docs * more public api comments in data_view_field_editor * fix api comments * add public api export * clean up FieldFormatConfig types * cleanup * allow checkbox to be visually checked |
||
---|---|---|
.. | ||
bfetch_explorer | ||
data_view_field_editor_example | ||
embeddables | ||
expressions_explorer | ||
field_formats | ||
hello_world | ||
partial_results | ||
response_stream | ||
routing | ||
state_sync | ||
ui_actions | ||
config.js | ||
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