From 4ceb028bd317017205faafbc7bb3613484c60f95 Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Wed, 31 Jan 2024 14:47:36 -0800 Subject: [PATCH] Add `experimentalRunAllSpecs` --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index 608387c29..07135b892 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -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,