kibana/test/functional/apps/discover
2022-11-30 17:26:31 +01:00
..
ccs_compatibility [ftr/discover] split up configs (#137629) 2022-08-01 06:48:17 -05:00
classic [Discover] Unskip "classic doc table" flaky test (#140786) 2022-10-28 15:55:30 +02:00
embeddable [Discover] Fix columns management of saved search embeddable (#140799) 2022-09-20 13:39:22 +03:00
group1 [Discover] Fix flaky chart interval test (#146667) 2022-11-30 17:26:31 +01:00
group2 [8.6] [Discover] Fix crash when navigating from saved search with time field to saved search without time field (#146478) (#146488) 2022-11-28 18:35:59 -07:00
ftr_provider_context.d.ts [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
README.md [ftr/discover] split up configs (#137629) 2022-08-01 06:48:17 -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