diff --git a/cypress-tests/cypress-marketplace.config.js b/cypress-tests/cypress-marketplace.config.js index b8ffbeaa26..d00572d8a9 100644 --- a/cypress-tests/cypress-marketplace.config.js +++ b/cypress-tests/cypress-marketplace.config.js @@ -75,9 +75,10 @@ module.exports = defineConfig({ experimentalModfyObstructiveThirdPartyCode: true, experimentalRunAllSpecs: true, baseUrl: "http://localhost:8082", - specPattern: [ - "cypress/e2e/happyPath/marketplace/commonTestcases/**/*.cy.js", - ], + // specPattern: [ + // "cypress/e2e/happyPath/marketplace/commonTestcases/**/*.cy.js", + // ] + specPattern: [ ], numTestsKeptInMemory: 1, redirectionLimit: 7, experimentalRunAllSpecs: true, diff --git a/cypress-tests/cypress-platform.config.js b/cypress-tests/cypress-platform.config.js index cb3575906a..d5642be785 100644 --- a/cypress-tests/cypress-platform.config.js +++ b/cypress-tests/cypress-platform.config.js @@ -96,16 +96,17 @@ module.exports = defineConfig({ experimentalModfyObstructiveThirdPartyCode: true, baseUrl: environment.baseUrl, configFile: environment.configFile, - specPattern: [ - "cypress/e2e/happyPath/platform/firstUser/firstUserOnboarding.cy.js", - // Exclude specific files from ceTestcases/apps and ceTestcases/workspace - "cypress/e2e/happyPath/platform/ceTestcases/apps/appSlug.cy.js", - "cypress/e2e/happyPath/platform/ceTestcases/**/!(*appSlug|appImport|privateAndpublicApps|version).cy.js", - // Exclude workspaceConstants.cy.js explicitly - "cypress/e2e/happyPath/platform/ceTestcases/workspace/!(*groupDuplication|workspaceConstants).cy.js", - "!cypress/e2e/happyPath/platform/ceTestcases/workspace/workspaceConstants.cy.js", - "cypress/e2e/happyPath/platform/commonTestcases/**/*.cy.js", - ], + // specPattern: [ + // "cypress/e2e/happyPath/platform/firstUser/firstUserOnboarding.cy.js", + // // Exclude specific files from ceTestcases/apps and ceTestcases/workspace + // "cypress/e2e/happyPath/platform/ceTestcases/apps/appSlug.cy.js", + // "cypress/e2e/happyPath/platform/ceTestcases/**/!(*appSlug|appImport|privateAndpublicApps|version).cy.js", + // // Exclude workspaceConstants.cy.js explicitly + // "cypress/e2e/happyPath/platform/ceTestcases/workspace/!(*groupDuplication|workspaceConstants).cy.js", + // "!cypress/e2e/happyPath/platform/ceTestcases/workspace/workspaceConstants.cy.js", + // "cypress/e2e/happyPath/platform/commonTestcases/**/*.cy.js", + // ] + specPattern: [ ], numTestsKeptInMemory: 1, redirectionLimit: 15, experimentalMemoryManagement: true,