mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Commented the automation from platfoem and marketplace.
This commit is contained in:
parent
bf6d570fa7
commit
e3568dee53
2 changed files with 15 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue