[8.19] [scout] re-org test directory (#226411)#228175
Merged
dmlemeshko merged 13 commits intoelastic:8.19from Jul 16, 2025
Merged
[8.19] [scout] re-org test directory (#226411)#228175dmlemeshko merged 13 commits intoelastic:8.19from
dmlemeshko merged 13 commits intoelastic:8.19from
Conversation
## Summary
Since Scout will soon support `api` testing, we need to re-org scout
test directory so that both ui and api playwright configs can be
discovered and executed independently. Proposed structure:
```
- plugin
|- test
|- scout
|- common // fixtures/constants to share across both 'ui' and 'api' tests
|- ui
|-tests
|-parallel_tests
|-playwright.config.ts
|-playwright.parallel.config.ts
|- api
|-tests
|-parallel_tests
|-playwright.config.ts
|-playwright.parallel.config.ts
```
This PR updates all the existing scout directories
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 5d49f1b)
# Conflicts:
# .github/CODEOWNERS
# src/platform/packages/shared/kbn-scout/src/config/discovery/search_configs.ts
# x-pack/platform/packages/private/ml/kibana_theme/tsconfig.json
# x-pack/solutions/observability/plugins/apm/test/scout/README.md
# x-pack/solutions/observability/plugins/apm/test/scout/ui/fixtures/constants.ts
# x-pack/solutions/observability/plugins/apm/test/scout/ui/fixtures/index.ts
# x-pack/solutions/observability/plugins/apm/test/scout/ui/fixtures/page_objects/service_inventory.ts
# x-pack/solutions/observability/plugins/apm/test/scout/ui/fixtures/page_objects/service_map.ts
# x-pack/solutions/observability/plugins/apm/test/scout/ui/fixtures/synthtrace/opbeans.ts
# x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel.playwright.config.ts
# x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/global_setup.ts
# x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/service_inventory/service_inventory.spec.ts
# x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/sevice_map/service_map.spec.ts
# x-pack/solutions/observability/plugins/apm/test/scout/ui/tsconfig.json
# x-pack/solutions/observability/plugins/apm/ui_tests/fixtures/constants.ts
# x-pack/solutions/observability/plugins/apm/ui_tests/parallel.playwright.config.ts
# x-pack/solutions/observability/plugins/apm/ui_tests/tsconfig.json
# x-pack/solutions/observability/plugins/observability/test/scout/README.md
# x-pack/solutions/observability/plugins/observability/test/scout/ui/fixtures/generators.ts
# x-pack/solutions/observability/plugins/observability/test/scout/ui/playwright.config.ts
# x-pack/solutions/observability/plugins/observability/test/scout/ui/tests/landing.spec.ts
# x-pack/solutions/observability/plugins/observability/tsconfig.json
# x-pack/solutions/observability/plugins/observability/ui_tests/playwright.config.ts
# x-pack/solutions/observability/plugins/observability_onboarding/README.md
# x-pack/solutions/search/plugins/enterprise_search/public/applications/app_search/components/documents/constants.ts
# x-pack/solutions/search/plugins/search_indices/public/components/index_documents/constants.ts
# x-pack/test/kubernetes_security/basic/config.ts
Contributor
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Contributor
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
csr
approved these changes
Jul 16, 2025
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
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
mainto8.19:Questions ?
Please refer to the Backport tool documentation