[test-helpers] Capture Kibana validation workflow in CONTRIBUTING - #9843
Merged
weronikaolejniczak merged 1 commit intoJul 27, 2026
Conversation
Add a 'Validating against Kibana before publishing' section: prototype the Component Object in kbn-scout, wire it into page.components, validate locally + draft-PR CI, then port to EUI and consume a published snapshot (nightly or the ci:regression-integration-test-kibana label) since Kibana CI can't install an EUI git ref; and read first-attempt failures for retry-hidden helper flakiness. Also correct the README intro to reflect that the package currently ships Playwright Component Objects (not Cypress/RTL helpers yet).
steliosmavro
marked this pull request as ready for review
July 24, 2026 08:49
💚 Build Succeeded
|
💚 Build Succeeded
|
weronikaolejniczak
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update CONTRIBUTING.md capturing essential guidance and knowledge obtained through the first eui combo box helper publication that will be helpful for future contributions to the package.
What changed
kbn-scoutand wire it into thepage.componentsfixture, validate locally and via a draft Kibana PR CI run, then port to EUI and consume a published snapshot (nightly, or theci:regression-integration-test-kibanalabel on demand) — because Kibana CI installs from the npm registry and can't consume an EUI git ref. Also notes reading first-attempt failures for retry-hidden helper flakiness.Docs-only; no code or API changes.