TEMP: run only related tests

This commit is contained in:
Gergő Ábrahám 2025-03-21 15:16:47 +01:00
parent 73dc41ef4c
commit 45c0a33d88

View file

@ -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,