mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
TEMP: run only related tests
This commit is contained in:
parent
73dc41ef4c
commit
45c0a33d88
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/**/metering.cy.ts',
|
||||
experimentalRunAllSpecs: true,
|
||||
experimentalMemoryManagement: true,
|
||||
experimentalInteractiveRunEvents: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue