temp: run only artifacts_mocked_data.cy.ts for flaky runner

This commit is contained in:
Gergő Ábrahám 2024-08-15 16:08:56 +02:00
parent 73b8a1a279
commit da247c571d

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/artifacts/artifacts_mocked_data.cy.ts',
experimentalRunAllSpecs: true,
experimentalMemoryManagement: true,
experimentalInteractiveRunEvents: true,