Skip to content

Conversation

@kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 9.1:

Questions ?

Please refer to the Backport tool documentation

## Summary

Adds 3 new fields to Scout events collected by the Playwright reporter:
- `test_run.target.type` - `local` or `cloud`
- `test_run.target.mode` - the mode the stack is running in (`stateful`,
`ess`, `serverless=es`, etc.)
- `test_run.fully_parallel` - whether the tests are running in parallel
mode; collected from the Playwright config

(cherry picked from commit 55bd984)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label Jul 31, 2025
@kibanamachine kibanamachine enabled auto-merge (squash) July 31, 2025 16:08
@kibanamachine kibanamachine merged commit 7fedd54 into elastic:9.1 Jul 31, 2025
16 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/scout-info 13 15 +2
@kbn/scout-reporting 107 109 +2
total +4
Unknown metric groups

API count

id before after diff
@kbn/scout-info 13 15 +2
@kbn/scout-reporting 129 131 +2
total +4

cc @dolaru

dmlemeshko added a commit that referenced this pull request Oct 16, 2025
…) (#239270)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[Scout] Capture test run target, mode and parallel info
(#229846)](#229846)

<!--- Backport version: 10.0.2 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"David
Olaru","email":"dolaru@elastic.co"},"sourceCommit":{"committedDate":"2025-07-31T16:01:41Z","message":"[Scout]
Capture test run target, mode and parallel info (#229846)\n\n##
Summary\n\nAdds 3 new fields to Scout events collected by the Playwright
reporter:\n- `test_run.target.type` - `local` or `cloud`\n-
`test_run.target.mode` - the mode the stack is running in
(`stateful`,\n`ess`, `serverless=es`, etc.)\n- `test_run.fully_parallel`
- whether the tests are running in parallel\nmode; collected from the
Playwright
config","sha":"55bd9843c4b240d623a2079daee597a509019524","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.0.5","v9.1.1","v8.19.1"],"title":"[Scout]
Capture test run target, mode and parallel
info","number":229846,"url":"https://github.com/elastic/kibana/pull/229846","mergeCommit":{"message":"[Scout]
Capture test run target, mode and parallel info (#229846)\n\n##
Summary\n\nAdds 3 new fields to Scout events collected by the Playwright
reporter:\n- `test_run.target.type` - `local` or `cloud`\n-
`test_run.target.mode` - the mode the stack is running in
(`stateful`,\n`ess`, `serverless=es`, etc.)\n- `test_run.fully_parallel`
- whether the tests are running in parallel\nmode; collected from the
Playwright
config","sha":"55bd9843c4b240d623a2079daee597a509019524"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229846","number":229846,"mergeCommit":{"message":"[Scout]
Capture test run target, mode and parallel info (#229846)\n\n##
Summary\n\nAdds 3 new fields to Scout events collected by the Playwright
reporter:\n- `test_run.target.type` - `local` or `cloud`\n-
`test_run.target.mode` - the mode the stack is running in
(`stateful`,\n`ess`, `serverless=es`, etc.)\n- `test_run.fully_parallel`
- whether the tests are running in parallel\nmode; collected from the
Playwright
config","sha":"55bd9843c4b240d623a2079daee597a509019524"}},{"branch":"9.0","label":"v9.0.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/230098","number":230098,"state":"MERGED","mergeCommit":{"sha":"7fedd5465a6238da23bc92e53c19f5a058e52019","message":"[9.1]
[Scout] Capture test run target, mode and parallel info (#229846)
(#230098)\n\n# Backport\n\nThis will backport the following commits from
`main` to `9.1`:\n- [[Scout] Capture test run target, mode and parallel
info\n(#229846)](https://github.com/elastic/kibana/pull/229846)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
David Olaru
<dolaru@elastic.co>"}},{"branch":"8.19","label":"v8.19.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: David Olaru <dolaru@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants