Skip to content

Commit

Permalink
[8.18] chore(NA): unskip x-pack/solutions/security/plugins/security_s…
Browse files Browse the repository at this point in the history
…olution/public/management cypress e2e tests (#209199) (#209206)

# Backport

This will backport the following commits from `main` to `8.18`:
- [chore(NA): unskip
x-pack/solutions/security/plugins/security_solution/public/management
cypress e2e tests
(#209199)](#209199)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Tiago
Costa","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-01T05:30:47Z","message":"chore(NA):
unskip
x-pack/solutions/security/plugins/security_solution/public/management
cypress e2e tests (#209199)\n\nCloses
https://github.com/elastic/kibana/issues/209183\r\n\r\nThis PR
re-enables the suites previously disabled on Defend Workflows\r\ncypress
tests.\r\nThe that led us to skip those suites are now
resolved.","sha":"dee13d119349e9fa8b58db6fabd717880f023122","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","v9.0.0","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"chore(NA):
unskip
x-pack/solutions/security/plugins/security_solution/public/management
cypress e2e
tests","number":209199,"url":"https://github.com/elastic/kibana/pull/209199","mergeCommit":{"message":"chore(NA):
unskip
x-pack/solutions/security/plugins/security_solution/public/management
cypress e2e tests (#209199)\n\nCloses
https://github.com/elastic/kibana/issues/209183\r\n\r\nThis PR
re-enables the suites previously disabled on Defend Workflows\r\ncypress
tests.\r\nThe that led us to skip those suites are now
resolved.","sha":"dee13d119349e9fa8b58db6fabd717880f023122"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209199","number":209199,"mergeCommit":{"message":"chore(NA):
unskip
x-pack/solutions/security/plugins/security_solution/public/management
cypress e2e tests (#209199)\n\nCloses
https://github.com/elastic/kibana/issues/209183\r\n\r\nThis PR
re-enables the suites previously disabled on Defend Workflows\r\ncypress
tests.\r\nThe that led us to skip those suites are now
resolved.","sha":"dee13d119349e9fa8b58db6fabd717880f023122"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Tiago Costa <[email protected]>
  • Loading branch information
kibanamachine and mistic authored Feb 3, 2025
1 parent 0c6467c commit 9d5cdbf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ export const getCypressBaseConfig = (
// baseUrl: To override, set Env. variable `CYPRESS_BASE_URL`
baseUrl: 'http://localhost:5601',
supportFile: 'public/management/cypress/support/e2e.ts',
specPattern: 'public/management/cypress/e2e/serverless/*.cy.{js,jsx,ts,tsx}',
// specPattern: 'public/management/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
specPattern: 'public/management/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
experimentalRunAllSpecs: true,
experimentalMemoryManagement: true,
experimentalInteractiveRunEvents: true,
Expand Down

0 comments on commit 9d5cdbf

Please sign in to comment.