elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.12k forks source link

Support Jest suites in the flaky test runner #191194

Open drewdaemon opened 3 weeks ago

drewdaemon commented 3 weeks ago

Describe the feature: Right now, the flaky test runner tool only supports functional test suites. However, Jest tests can also be flaky and sometimes these issues can be difficult to reproduce locally (e.g. https://github.com/elastic/kibana/issues/174667).

If the flaky test runner supported Jest tests, it would make it easier to validate potential solutions to these flaky Jest tests before introducing them into main. This could potentially save operations load as well as developer time.

This would also be another good step toward treating Jest tests as "first-class citizens," thereby encouraging their use.

elasticmachine commented 3 weeks ago

Pinging @elastic/appex-qa (Team:QA)

elasticmachine commented 3 weeks ago

Pinging @elastic/kibana-operations (Team:Operations)