kibana/test/examples
Kibana Machine ad8cb2e3ed
[8.13] [Discover] Fix customization flaky test (#180940) (#180978)
# Backport

This will backport the following commits from `main` to `8.13`:
- [[Discover] Fix customization flaky test
(#180940)](https://github.com/elastic/kibana/pull/180940)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Julia
Rechkunova","email":"julia.rechkunova@elastic.co"},"sourceCommit":{"committedDate":"2024-04-16T20:09:08Z","message":"[Discover]
Fix customization flaky test (#180940)\n\n- Closes
https://github.com/elastic/kibana/issues/177401\r\n\r\n25x\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5695","sha":"d769242c37c5028b6156c53434b5c5a4641c85f0","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:DataDiscovery","backport:prev-minor","v8.14.0"],"title":"[Discover]
Fix customization flaky
test","number":180940,"url":"https://github.com/elastic/kibana/pull/180940","mergeCommit":{"message":"[Discover]
Fix customization flaky test (#180940)\n\n- Closes
https://github.com/elastic/kibana/issues/177401\r\n\r\n25x\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5695","sha":"d769242c37c5028b6156c53434b5c5a4641c85f0"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/180940","number":180940,"mergeCommit":{"message":"[Discover]
Fix customization flaky test (#180940)\n\n- Closes
https://github.com/elastic/kibana/issues/177401\r\n\r\n25x\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5695","sha":"d769242c37c5028b6156c53434b5c5a4641c85f0"}}]}]
BACKPORT-->

Co-authored-by: Julia Rechkunova <julia.rechkunova@elastic.co>
2024-04-16 14:33:26 -07:00
..
bfetch_explorer [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
content_management Upgrade EUI to v91.0.0 (with backports) (#170716) 2023-12-18 11:15:15 -06:00
data_view_field_editor_example [8.13] [Data Views] Fix flaky test skipped in #170047 (#178915) (#179017) 2024-03-20 14:33:11 +01:00
discover_customization_examples [8.13] [Discover] Fix customization flaky test (#180940) (#180978) 2024-04-16 14:33:26 -07:00
embeddables Clean up saved object based embeddable examples (#162987) 2023-08-03 03:14:36 -07:00
error_boundary Functional tests for KibanaErrorBoundary (#170569) 2023-11-08 11:23:19 -07:00
expressions_explorer [Expressions] Unskips test (#175879) 2024-01-30 19:52:49 +02:00
field_formats [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
hello_world [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
partial_results [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
response_stream [ML] Explain log rate spikes: Move API stream demos to Kibana examples. (#132590) 2022-05-24 16:59:31 +02:00
routing [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
search [FTR] Refactor toasts svc (#174222) 2024-02-14 09:24:20 +00:00
state_sync [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
ui_actions [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
unified_field_list_examples [UnifiedFieldList] Hide "Empty fields" section if there are no fields in it (#172956) 2023-12-20 13:12:50 +01:00
config.js Functional tests for KibanaErrorBoundary (#170569) 2023-11-08 11:23:19 -07: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