Skip to content

Commit

Permalink
change for flaky runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed Nov 29, 2023
1 parent f85379a commit 8eb1a93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ 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/**/endpoints_list_response_console.cy.{js,jsx,ts,tsx}',
experimentalRunAllSpecs: true,
experimentalMemoryManagement: true,
experimentalInteractiveRunEvents: true,
Expand Down

0 comments on commit 8eb1a93

Please sign in to comment.