[9.1] Add support for essentials and ease tiers in Scout (#244553)#245220
Merged
MadameSheema merged 5 commits intoelastic:9.1from Dec 9, 2025
Merged
[9.1] Add support for essentials and ease tiers in Scout (#244553)#245220MadameSheema merged 5 commits intoelastic:9.1from
MadameSheema merged 5 commits intoelastic:9.1from
Conversation
## Summary Adds support for the essentials and ease severless tiers to the Scout testing framework, enabling local server startup with the Security Essentials and Security EASE tier configuration. ### Testing * Verified that node scripts/scout.js start-server --serverless=security-essentials successfully starts the environment * Verified that node scripts/scout.js start-server --serverless=security-ease successfully starts the environment --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit d273b13) # Conflicts: # .buildkite/scripts/steps/test/scout_configs.sh # src/platform/packages/shared/kbn-scout/src/playwright/tags.ts # src/platform/packages/shared/kbn-scout/src/playwright/utils/runner_utils.ts # src/platform/packages/shared/kbn-scout/src/servers/flags.ts # src/platform/packages/shared/kbn-scout/src/types/cli.d.ts
dmlemeshko
approved these changes
Dec 9, 2025
Contributor
💚 Build Succeeded
Metrics [docs]
History
|
MadameSheema
added a commit
that referenced
this pull request
Dec 16, 2025
…246052) # Backport This will backport the following commits from `main` to `8.19`: - [Add support for essentials and ease tiers in Scout (#244553)](#244553) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gloria Hornero","email":"gloria.hornero@elastic.co"},"sourceCommit":{"committedDate":"2025-12-02T09:38:37Z","message":"Add support for essentials and ease tiers in Scout (#244553)\n\n## Summary\n\nAdds support for the essentials and ease severless tiers to the Scout\ntesting framework, enabling local server startup with the Security\nEssentials and Security EASE tier configuration.\n\n### Testing\n* Verified that node scripts/scout.js start-server\n--serverless=security-essentials successfully starts the environment\n* Verified that node scripts/scout.js start-server\n--serverless=security-ease successfully starts the environment\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"d273b13e561742ececd030f269b746da54915169","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team: SecuritySolution","backport:all-open","v9.3.0","v9.2.3","v9.1.9"],"title":"Add support for essentials and ease tiers in Scout","number":244553,"url":"https://github.com/elastic/kibana/pull/244553","mergeCommit":{"message":"Add support for essentials and ease tiers in Scout (#244553)\n\n## Summary\n\nAdds support for the essentials and ease severless tiers to the Scout\ntesting framework, enabling local server startup with the Security\nEssentials and Security EASE tier configuration.\n\n### Testing\n* Verified that node scripts/scout.js start-server\n--serverless=security-essentials successfully starts the environment\n* Verified that node scripts/scout.js start-server\n--serverless=security-ease successfully starts the environment\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"d273b13e561742ececd030f269b746da54915169"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/244553","number":244553,"mergeCommit":{"message":"Add support for essentials and ease tiers in Scout (#244553)\n\n## Summary\n\nAdds support for the essentials and ease severless tiers to the Scout\ntesting framework, enabling local server startup with the Security\nEssentials and Security EASE tier configuration.\n\n### Testing\n* Verified that node scripts/scout.js start-server\n--serverless=security-essentials successfully starts the environment\n* Verified that node scripts/scout.js start-server\n--serverless=security-ease successfully starts the environment\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"d273b13e561742ececd030f269b746da54915169"}},{"branch":"9.2","label":"v9.2.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/245218","number":245218,"state":"MERGED","mergeCommit":{"sha":"c2d14f99d8409cb7a70aa0471ff683ad65063f86","message":"[9.2] Add support for essentials and ease tiers in Scout (#244553) (#245218)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.2`:\n- [Add support for essentials and ease tiers in Scout\n(#244553)](https://github.com/elastic/kibana/pull/244553)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>"}},{"branch":"9.1","label":"v9.1.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/245220","number":245220,"state":"MERGED","mergeCommit":{"sha":"b43c3082b4cca070d8f7d8e41b13a460e0094784","message":"[9.1] Add support for essentials and ease tiers in Scout (#244553) (#245220)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [Add support for essentials and ease tiers in Scout\n(#244553)](https://github.com/elastic/kibana/pull/244553)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
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.
Backport
This will backport the following commits from
mainto9.1:Questions ?
Please refer to the Backport tool documentation