diff --git a/cypress.config.js b/cypress.config.js index 43fa133c..40248bb5 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -30,6 +30,6 @@ export default defineConfig({ }); }, baseUrl: 'http://localhost:3000', - specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}' + specPattern: 'cypress/e2e/**/*.spec.ts' } });