Commented the automation from platfoem and marketplace.

This commit is contained in:
Midhun Kumar E 2025-07-09 01:49:01 +05:30 committed by GitHub
parent bf6d570fa7
commit e3568dee53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 13 deletions

View file

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

View file

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