Skip to content

[scout] log --grep <tag> in test run command#231649

Merged
dmlemeshko merged 1 commit intoelastic:mainfrom
dmlemeshko:scout/adjust-command-output-on-servers-start
Aug 13, 2025
Merged

[scout] log --grep <tag> in test run command#231649
dmlemeshko merged 1 commit intoelastic:mainfrom
dmlemeshko:scout/adjust-command-output-on-servers-start

Conversation

@dmlemeshko
Copy link
Copy Markdown
Contributor

@dmlemeshko dmlemeshko commented Aug 13, 2025

Summary

Small adjustment to log the correct test running command including --grep flag:

Run node scripts/scout.js start-server --serverless=es

Expect output:

Use 'npx playwright test --project local --grep @svlSearch --config <path_to_Playwright.config.ts>' to run tests'

@dmlemeshko dmlemeshko self-assigned this Aug 13, 2025
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:version Backport to applied version labels test:scout v9.2.0 v9.1.2 v8.19.2 labels Aug 13, 2025
@dmlemeshko dmlemeshko marked this pull request as ready for review August 13, 2025 14:49
@dmlemeshko dmlemeshko requested a review from a team as a code owner August 13, 2025 14:49
@dmlemeshko dmlemeshko enabled auto-merge (squash) August 13, 2025 14:57
@dmlemeshko dmlemeshko merged commit daed8fa into elastic:main Aug 13, 2025
27 checks passed
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.19, 9.1

https://github.com/elastic/kibana/actions/runs/16943872405

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

cc @dmlemeshko

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 13, 2025
## Summary

Small adjustment to log the correct test running command including
`--grep` flag:

Run `node scripts/scout.js start-server --serverless=es`

Expect output:

```
Use 'npx playwright test --project local --grep @svlSearch --config <path_to_Playwright.config.ts>' to run tests'
```

(cherry picked from commit daed8fa)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 13, 2025
## Summary

Small adjustment to log the correct test running command including
`--grep` flag:

Run `node scripts/scout.js start-server --serverless=es`

Expect output:

```
Use 'npx playwright test --project local --grep @svlSearch --config <path_to_Playwright.config.ts>' to run tests'
```

(cherry picked from commit daed8fa)
@kibanamachine
Copy link
Copy Markdown
Contributor

💚 All backports created successfully

Status Branch Result
8.19
9.1

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Aug 13, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [[scout] log --grep <tag> in test run command
(#231649)](#231649)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-08-13T16:52:28Z","message":"[scout]
log --grep <tag> in test run command (#231649)\n\n## Summary\n\nSmall
adjustment to log the correct test running command including\n`--grep`
flag:\n\nRun `node scripts/scout.js start-server
--serverless=es`\n\nExpect output:\n\n```\nUse 'npx playwright test
--project local --grep @svlSearch --config
<path_to_Playwright.config.ts>' to run
tests'\n```","sha":"daed8facb17ba964b170837541b68c90fe1f7539","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","test:scout","v9.2.0","v9.1.2","v8.19.2"],"title":"[scout]
log --grep <tag> in test run
command","number":231649,"url":"https://github.com/elastic/kibana/pull/231649","mergeCommit":{"message":"[scout]
log --grep <tag> in test run command (#231649)\n\n## Summary\n\nSmall
adjustment to log the correct test running command including\n`--grep`
flag:\n\nRun `node scripts/scout.js start-server
--serverless=es`\n\nExpect output:\n\n```\nUse 'npx playwright test
--project local --grep @svlSearch --config
<path_to_Playwright.config.ts>' to run
tests'\n```","sha":"daed8facb17ba964b170837541b68c90fe1f7539"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231649","number":231649,"mergeCommit":{"message":"[scout]
log --grep <tag> in test run command (#231649)\n\n## Summary\n\nSmall
adjustment to log the correct test running command including\n`--grep`
flag:\n\nRun `node scripts/scout.js start-server
--serverless=es`\n\nExpect output:\n\n```\nUse 'npx playwright test
--project local --grep @svlSearch --config
<path_to_Playwright.config.ts>' to run
tests'\n```","sha":"daed8facb17ba964b170837541b68c90fe1f7539"}},{"branch":"9.1","label":"v9.1.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
fkanout pushed a commit to fkanout/kibana that referenced this pull request Aug 14, 2025
## Summary

Small adjustment to log the correct test running command including
`--grep` flag:

Run `node scripts/scout.js start-server --serverless=es`

Expect output:

```
Use 'npx playwright test --project local --grep @svlSearch --config <path_to_Playwright.config.ts>' to run tests'
```
@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Aug 14, 2025
@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

1 similar comment
@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Aug 18, 2025
## Summary

Small adjustment to log the correct test running command including
`--grep` flag:

Run `node scripts/scout.js start-server --serverless=es`

Expect output:

```
Use 'npx playwright test --project local --grep @svlSearch --config <path_to_Playwright.config.ts>' to run tests'
```
@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

1 similar comment
@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

2 similar comments
@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

qn895 pushed a commit to qn895/kibana that referenced this pull request Aug 26, 2025
## Summary

Small adjustment to log the correct test running command including
`--grep` flag:

Run `node scripts/scout.js start-server --serverless=es`

Expect output:

```
Use 'npx playwright test --project local --grep @svlSearch --config <path_to_Playwright.config.ts>' to run tests'
```
@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

22 similar comments
@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

kibanamachine added a commit that referenced this pull request Sep 26, 2025
# Backport

This will backport the following commits from `main` to `9.1`:
- [[scout] log --grep <tag> in test run command
(#231649)](#231649)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-08-13T16:52:28Z","message":"[scout]
log --grep <tag> in test run command (#231649)\n\n## Summary\n\nSmall
adjustment to log the correct test running command including\n`--grep`
flag:\n\nRun `node scripts/scout.js start-server
--serverless=es`\n\nExpect output:\n\n```\nUse 'npx playwright test
--project local --grep @svlSearch --config
<path_to_Playwright.config.ts>' to run
tests'\n```","sha":"daed8facb17ba964b170837541b68c90fe1f7539","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","test:scout","v9.2.0","v9.1.2","v8.19.2"],"title":"[scout]
log --grep <tag> in test run
command","number":231649,"url":"https://github.com/elastic/kibana/pull/231649","mergeCommit":{"message":"[scout]
log --grep <tag> in test run command (#231649)\n\n## Summary\n\nSmall
adjustment to log the correct test running command including\n`--grep`
flag:\n\nRun `node scripts/scout.js start-server
--serverless=es`\n\nExpect output:\n\n```\nUse 'npx playwright test
--project local --grep @svlSearch --config
<path_to_Playwright.config.ts>' to run
tests'\n```","sha":"daed8facb17ba964b170837541b68c90fe1f7539"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231649","number":231649,"mergeCommit":{"message":"[scout]
log --grep <tag> in test run command (#231649)\n\n## Summary\n\nSmall
adjustment to log the correct test running command including\n`--grep`
flag:\n\nRun `node scripts/scout.js start-server
--serverless=es`\n\nExpect output:\n\n```\nUse 'npx playwright test
--project local --grep @svlSearch --config
<path_to_Playwright.config.ts>' to run
tests'\n```","sha":"daed8facb17ba964b170837541b68c90fe1f7539"}},{"branch":"9.1","label":"v9.1.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
@kibanamachine kibanamachine added v9.1.5 and removed backport missing Added to PRs automatically when the are determined to be missing a backport. labels Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes test:scout v8.19.2 v8.19.3 v9.1.2 v9.1.5 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants