Skip to content

Commit

Permalink
update cypress config to exclude Sitegen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avneet-raj committed Feb 27, 2024
1 parent d9e4b14 commit df273bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"plugins": [
"."
],
"themes": [
"https://downloads.wordpress.org/theme/yith-wonder.latest-stable.zip"
],
"port": 8884,
"testsPort": 8885,
"env": {
Expand Down
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,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' // skip AI SiteGen Onboarding flow
],
experimentalRunAllSpecs: true,
},
Expand Down

0 comments on commit df273bf

Please sign in to comment.