kibana/test/functional/apps/dashboard
2022-11-15 13:24:18 -05:00
..
exports Fix importing dashboards created before ~6.1.0 (#94332) 2021-03-15 13:57:44 +01:00
group1 skip failing test suite (#132865) 2022-11-15 13:24:18 -05:00
group2 [Filters] Remove filter validation for ad-hoc data views (#139431) 2022-09-13 11:21:38 -07:00
group3 skip failing test suite (#139762) 2022-09-08 07:28:45 -06:00
group4 show empty prompts in page and don't auto-open flyout in DataViews (#134469) 2022-06-28 02:12:19 -07:00
group5 [Pie] Run all functional tests for the new implementation (#131700) 2022-05-11 17:31:15 +03:00
group6 timepicker change (#135478) 2022-08-29 11:32:47 -07:00
README.md [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00

What are all these groups?

These tests take a while so they have been broken up into groups with their own config.ts and index.ts file, causing each of these groups to be independent bundles of tests which can be run on some worker in CI without taking an incredible amount of time.

Want to change the groups to something more logical? Have fun! Just make sure that each group executes on CI in less than 10 minutes or so. We don't currently have any mechanism for validating this right now, you just need to look at the times in the log output on CI, but we'll be working on tooling for making this information more accessible soon.

  • Kibana Operations