Skip to content

Commit

Permalink
temp: run only artifacts_mocked_data.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed Aug 2, 2024
1 parent 9da80f1 commit d6e5935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', // todo: revert before merge
experimentalRunAllSpecs: true,
experimentalMemoryManagement: true,
experimentalInteractiveRunEvents: true,
Expand Down

0 comments on commit d6e5935

Please sign in to comment.