Skip to content

Commit

Permalink
remove tests in favor of module based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Nov 9, 2023
1 parent 56a4265 commit b820275
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 416 deletions.
5 changes: 1 addition & 4 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ module.exports = defineConfig({
],
supportFile: 'tests/cypress/support/index.js',
testIsolation: false,
excludeSpecPattern: [
'vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/', // until ecommerce module is added use the local coming soon test instead
'vendor/newfold-labs/wp-module-marketplace/tests/cypress/integration/', // until ui is updated use local marketplace tests instead
],
excludeSpecPattern: [],
},
retries: 1,
experimentalMemoryManagement: true,
Expand Down
117 changes: 0 additions & 117 deletions tests/cypress/integration/coming-soon.cy.js

This file was deleted.

138 changes: 0 additions & 138 deletions tests/cypress/integration/marketplace.cy.js

This file was deleted.

81 changes: 0 additions & 81 deletions tests/cypress/integration/performance.cy.js

This file was deleted.

Loading

0 comments on commit b820275

Please sign in to comment.