chore: migrate Kibana functional tests to use YAML test definition format - #565
Merged
Conversation
Contributor
✅MegaLinter analysis: Success
Notices📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining See detailed reports in MegaLinter artifacts MegaLinter is graciously provided by OX Security |
JoshMock
force-pushed
the
kibana-yaml
branch
3 times, most recently
from
August 31, 2026 18:21
978f44e to
558a0e2
Compare
Member
Author
|
Worth noting that a LOT of tests are currently skipped. I found and fixed a few bugs along the way here, but I'm going to issue follow-up PRs to continue improving Kibana coverage. |
JoshMock
marked this pull request as ready for review
August 31, 2026 19:20
JoshMock
added a commit
that referenced
this pull request
Aug 31, 2026
fix(kibana): allow same-origin request redirects (#565)
Merged
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.
Migrates Kibana functional tests to use the same YAML test definition format as elasticsearch-clients-tests. This will make it easier to add more Kibana test definitions and increase functional test coverage of Kibana APIs.