docs/extend/stability.md
Ensure your feature will work under all possible {{kib}} scenarios.
Cloud
Multiple {{kib}} instances
Pointing to the same index
Pointing to different indexes
{{kib}} running behind a reverse proxy or load balancer, without sticky sessions.
If a proxy/loadbalancer is running between ES and {{kib}}
Using a custom {{kib}} index alias
When optional dependencies are disabled
Testing UI code is hard. We strive for total automated test coverage of our code and UX, but this is difficult to measure and we’re constrained by time. During development, test coverage measurement is subjective and manual, based on our understanding of the feature. Code coverage reports indicate possible gaps, but it ultimately comes down to a judgment call. Here are some guidelines to help you ensure sufficient automated test coverage.
Refer to the list of browsers and OS {{kib}} supports: https://www.elastic.co/support/matrix
Does the feature work efficiently on the list of supported browsers?