[Fleet] Bootstrap functional test suite#91898
Merged
Zacqary merged 3 commits intoelastic:masterfrom Feb 18, 2021
Merged
Conversation
Contributor
|
Pinging @elastic/fleet (Feature:Fleet) |
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
jfsiii
reviewed
Feb 18, 2021
| const { overviewPage } = getPageObjects(['overviewPage']); | ||
|
|
||
| describe('When in the Fleet application', function () { | ||
| this.tags(['ciGroup7']); |
Contributor
There was a problem hiding this comment.
ping @elastic/kibana-operations for CI group balancing
test/fleet_api_integration/* is ciGroup10 but I doubt that matter
jfsiii
approved these changes
Feb 18, 2021
Contributor
jfsiii
left a comment
There was a problem hiding this comment.
🚀 Thanks so much for doing this!
Ran locally and succeeds 👍🏻
FLEET_PACKAGE_REGISTRY_PORT=12345 yarn test:ftr --config x-pack/test/fleet_functional/config.ts
Contributor
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / general / Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/uptime/alert_flyout·ts.Uptime app with real-world data uptime alerts overview page alert flyout controls posts an alert, verifies its presence, and deletes the alertStandard OutStack TraceMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Zacqary
added a commit
to Zacqary/kibana
that referenced
this pull request
Feb 18, 2021
Zacqary
added a commit
that referenced
this pull request
Feb 19, 2021
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Feb 19, 2021
* master: (111 commits) [Logs UI] Replace dependencies in the infra bundle (elastic#91503) [Search Source] Do not request unmapped fields if source filters are provided (elastic#91921) [APM] Kql Search Bar suggests values outside the selected time range (elastic#91918) Refactored component edit policy tests into separate folders and using client integration testing setup (elastic#91657) [Fleet] Don't error on missing package_assets value (elastic#91744) [Lens] Pass used histogram interval to chart (elastic#91370) [Indexpattern management] Use indexPatterns Service instead of savedObjects client (elastic#91839) [Security Solutions] Fixes Cypress tests for indicator match by making the selectors more specific (elastic#91947) [CI] backportrc can skip CI (elastic#91886) Revert "[SOM] fix flaky suites (elastic#91809)" [Fleet] Install Elastic Agent integration by default during setup (elastic#91676) [Fleet] Silently swallow 404 errors when deleting ingest pipelines (elastic#91778) [data.search] Use incrementCounter for search telemetry (elastic#91230) [Fleet] Bootstrap functional test suite (elastic#91898) [Alerts][Docs] Added API documentation for alerts plugin (elastic#91067) Use correct environment in anomaly detection setup link (elastic#91877) [FTSR] Convert to tasks and add jest/api integration suites (elastic#91770) [CI] Build and publish storybooks (elastic#87701) docs: add PHP agent info to docs (elastic#91773) [DOCS] Adds and updates Visualization advanced settings (elastic#91904) ...
Contributor
|
@Zacqary in order for these tests to run in CI you'll need to add them to the list here: https://github.com/elastic/kibana/blob/master/x-pack/scripts/functional_tests.js#L77 |
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.
Summary
Closes #87669
Sets up the
fleet_functionaltest directory and adds an initial test of Overview page integrity.Checklist