kibana/test/examples
Robert Oskamp 4bd80160b2
[kbn-scout] add test config category to reporting (#210167)
## Summary

This PR adds a test config category to the scout reporting. This allows
us to distinguish between UI and API FTR tests.
A new property `testConfigCategory` has been added to all FTR configs
that don't already inherit it from a higher level config.
2025-02-12 11:17:04 +01:00
..
content_management Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
data_view_field_editor_example Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
discover_customization_examples [OneDiscover] Contextual App Menu Extension Point (#195448) 2024-10-30 13:35:15 +01:00
error_boundary Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
expressions_explorer [Dashboard] Remove library and drilldown notifications (#190797) 2024-09-09 14:11:15 -07:00
field_formats Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
hello_world Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
partial_results Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
response_stream Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
routing Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
search Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
state_sync Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
ui_actions [Dashboard] Remove library and drilldown notifications (#190797) 2024-09-09 14:11:15 -07:00
unified_field_list_examples Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
config.js [kbn-scout] add test config category to reporting (#210167) 2025-02-12 11:17:04 +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