Skip to content

Commit

Permalink
Update cypress.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Feb 28, 2024
1 parent 1c25cfd commit edea240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = defineConfig( {
testIsolation: false,
excludeSpecPattern: [
'vendor/newfold-labs/**/tests/cypress/integration/wp-module-support/*.cy.js', // skip any module's wp-module-support files
'vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/*.cy.js', // skip onboarding sitegen tests for now
],
experimentalRunAllSpecs: true,
},
Expand Down

0 comments on commit edea240

Please sign in to comment.