mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
temp: run only artifacts_mocked_data.cy.ts for flaky runner
This commit is contained in:
parent
73b8a1a279
commit
da247c571d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +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/**/*.cy.{js,jsx,ts,tsx}',
|
||||
specPattern: 'public/management/cypress/e2e/artifacts/artifacts_mocked_data.cy.ts',
|
||||
experimentalRunAllSpecs: true,
|
||||
experimentalMemoryManagement: true,
|
||||
experimentalInteractiveRunEvents: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue