mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore(NA): unskip x-pack/solutions/security/plugins/security_solution/public/management cypress e2e tests (#209199)
Closes https://github.com/elastic/kibana/issues/209183 This PR re-enables the suites previously disabled on Defend Workflows cypress tests. The that led us to skip those suites are now resolved.
This commit is contained in:
parent
6cea13003e
commit
dee13d1193
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue