Skip to content

Commit

Permalink
temp: run only related test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed Oct 28, 2024
1 parent 05d06b0 commit 3b8e893
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ 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/**/*.cy.{js,jsx,ts,tsx}',
// temp:
// x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/event_filters.cy.ts
// x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/artifacts_mocked_data.cy.ts
specPattern:
'public/management/cypress/e2e/artifacts/{event_filters,artifacts_mocked_data}.cy.{js,jsx,ts,tsx}',
experimentalRunAllSpecs: true,
experimentalMemoryManagement: true,
experimentalInteractiveRunEvents: true,
Expand Down

0 comments on commit 3b8e893

Please sign in to comment.