diff --git a/cypress.config.js b/cypress.config.js index e9065a4a..e378a677 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -39,7 +39,7 @@ module.exports = defineConfig({ // return config; }, experimentalMemoryManagement: true, - excludeSpecPattern: ['index.php', 'cypress/e2e'], + excludeSpecPattern: ['**/*(.)+(spec|test).+(ts|js)'], specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}', }, }) \ No newline at end of file