Skip to content

Commit

Permalink
Merge pull request #928 from bluehost/run-all-cypress-test
Browse files Browse the repository at this point in the history
Add `experimentalRunAllSpecs` to run all Cypress tests
  • Loading branch information
circlecube authored Feb 1, 2024
2 parents f51c559 + 4ceb028 commit 7bf44e0
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 @@ -71,6 +71,7 @@ module.exports = defineConfig( {
excludeSpecPattern: [
'vendor/newfold-labs/**/tests/cypress/integration/wp-module-support/*.cy.js', // skip any module's wp-module-support files
],
experimentalRunAllSpecs: true,
},
retries: 1,
experimentalMemoryManagement: true,
Expand Down

0 comments on commit 7bf44e0

Please sign in to comment.