From c55c9561ae3a865ad40cedf7ae758b753cd6ab7f Mon Sep 17 00:00:00 2001 From: Justas Vaitkus Date: Thu, 11 Jul 2024 21:37:17 +0300 Subject: [PATCH] fix --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 90a760ec..e9065a4a 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -40,6 +40,6 @@ module.exports = defineConfig({ }, experimentalMemoryManagement: true, excludeSpecPattern: ['index.php', 'cypress/e2e'], - specPattern: 'cypress/e2e/*.{js,jsx,ts,tsx}', + specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}', }, }) \ No newline at end of file