elastic / kibana

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

[Discover] Add functional tests for Discover contextual awareness framework #184699

Closed davismcphee closed 1 week ago

davismcphee commented 3 weeks ago

📓 Summary

We introduced the Discover contextual awareness framework in #184698, but it currently has no functional test coverage since no profiles have been implemented yet. We currently have a single getCellRenderers extension point available which we can use to begin adding functional tests for the framework. In order to add the tests, we should add example profiles and extension point implementations that are enabled only when running developer examples or enabling a developer feature flag (TBD based on feasibility and what works best). Further functional test coverage will be added for each actual extension point implementation as they're completed.

✔️ Acceptance criteria

elasticmachine commented 3 weeks ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)