[ska] relocate api_integration_basic & defend_workflows_cypress tests#225374
[ska] relocate api_integration_basic & defend_workflows_cypress tests#225374dmlemeshko merged 6 commits intoelastic:mainfrom
Conversation
x-pack/solutions/security/test/api_integration_basic/apis/security_solution/index.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Will we move serverless configs to the x-pack/solutions/<solution>/test_serverless folder at a later stage?
There was a problem hiding this comment.
there is no plan to re-org it for Cypress tests at the moment. We will rely on manifest files where configs are listed to test against the specific distro.
…rity_solution/index.ts Co-authored-by: Cesare de Cal <cesare.decal@elastic.co>
.github/CODEOWNERS
Outdated
| /x-pack/test/api_integration_basic/apis/security_solution/index.ts @elastic/response-ops | ||
| /x-pack/test/api_integration_basic/apis/security_solution/cases_privileges.ts @elastic/response-ops | ||
| /x-pack/solutions/security/test/api_integration_basic/apis/security_solution/index.ts @elastic/response-ops | ||
| /x-pack/solutions/security/test/api_integration_basic/apis/security_solution/cases_privileges.ts @elastic/response-ops |
There was a problem hiding this comment.
This should also have @elastic/kibana-cases same as x-pack/test/functional/fixtures/kbn_archiver/cases. They will be the new owners of cases plugin.
💚 Build Succeeded
Metrics [docs]
History
cc @dmlemeshko |
…elastic#225374) ## Summary Part of elastic/kibana-team#1503 Before: ``` x-pack/test/ | - api_integration_basic/ | - defend_workflows_cypress/ ``` After: ``` x-pack/solutions/security/test/ | - api_integration_basic/ | - defend_workflows_cypress/ ``` --------- Co-authored-by: Cesare de Cal <cesare.decal@elastic.co> (cherry picked from commit 868a465) # Conflicts: # .buildkite/ftr_security_serverless_configs.yml # .buildkite/ftr_security_stateful_configs.yml # .github/CODEOWNERS
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…elastic#225374) ## Summary Part of elastic/kibana-team#1503 Before: ``` x-pack/test/ | - api_integration_basic/ | - defend_workflows_cypress/ ``` After: ``` x-pack/solutions/security/test/ | - api_integration_basic/ | - defend_workflows_cypress/ ``` --------- Co-authored-by: Cesare de Cal <cesare.decal@elastic.co> (cherry picked from commit 868a465) # Conflicts: # .buildkite/ftr_security_serverless_configs.yml # .buildkite/ftr_security_stateful_configs.yml # .github/CODEOWNERS
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…s tests (#225374) (#225578) # Backport This will backport the following commits from `main` to `8.19`: - [[ska] relocate api_integration_basic & defend_workflows_cypress tests (#225374)](#225374) <!--- Backport version: 10.0.1 --> ### 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-06-26T16:43:58Z","message":"[ska] relocate api_integration_basic & defend_workflows_cypress tests (#225374)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nBefore:\n\n```\nx-pack/test/\n | - api_integration_basic/\n | - defend_workflows_cypress/\n```\n\nAfter: \n```\nx-pack/solutions/security/test/\n | - api_integration_basic/\n | - defend_workflows_cypress/\n```\n\n---------\n\nCo-authored-by: Cesare de Cal <cesare.decal@elastic.co>","sha":"868a4657ee8060f4beb61b14d5db982876b03834","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","v9.1.0","v8.19.0"],"title":"[ska] relocate api_integration_basic & defend_workflows_cypress tests","number":225374,"url":"https://github.com/elastic/kibana/pull/225374","mergeCommit":{"message":"[ska] relocate api_integration_basic & defend_workflows_cypress tests (#225374)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nBefore:\n\n```\nx-pack/test/\n | - api_integration_basic/\n | - defend_workflows_cypress/\n```\n\nAfter: \n```\nx-pack/solutions/security/test/\n | - api_integration_basic/\n | - defend_workflows_cypress/\n```\n\n---------\n\nCo-authored-by: Cesare de Cal <cesare.decal@elastic.co>","sha":"868a4657ee8060f4beb61b14d5db982876b03834"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/225374","number":225374,"mergeCommit":{"message":"[ska] relocate api_integration_basic & defend_workflows_cypress tests (#225374)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nBefore:\n\n```\nx-pack/test/\n | - api_integration_basic/\n | - defend_workflows_cypress/\n```\n\nAfter: \n```\nx-pack/solutions/security/test/\n | - api_integration_basic/\n | - defend_workflows_cypress/\n```\n\n---------\n\nCo-authored-by: Cesare de Cal <cesare.decal@elastic.co>","sha":"868a4657ee8060f4beb61b14d5db982876b03834"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
Summary
Part of https://github.com/elastic/kibana-team/issues/1503
Before:
After: