From d89b88cce2943b14370190978761c62ef3e4aba2 Mon Sep 17 00:00:00 2001 From: BreizhHardware Date: Tue, 15 Oct 2024 12:44:57 +0200 Subject: [PATCH] Changement de la config cypress --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) 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, }, });