Reveredt automation skip.

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

View file

@ -75,10 +75,9 @@ module.exports = defineConfig({
experimentalModfyObstructiveThirdPartyCode: true,
experimentalRunAllSpecs: true,
baseUrl: "http://localhost:8082",
// specPattern: [
// "cypress/e2e/happyPath/marketplace/commonTestcases/**/*.cy.js",
// ]
specPattern: [ ],
specPattern: [
"cypress/e2e/happyPath/marketplace/commonTestcases/**/*.cy.js",
]
numTestsKeptInMemory: 1,
redirectionLimit: 7,
experimentalRunAllSpecs: true,

View file

@ -96,17 +96,16 @@ 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: [ ],
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",
],
numTestsKeptInMemory: 1,
redirectionLimit: 15,
experimentalMemoryManagement: true,