diff --git a/cypress.config.ts b/cypress.config.ts index 3e032e5..2285761 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -3,5 +3,6 @@ import { defineConfig } from 'cypress'; export default defineConfig({ e2e: { specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}', + supportFile: false, }, });