Changement de la config cypress

This commit is contained in:
2024-10-15 12:44:57 +02:00
parent b91afd9267
commit d89b88cce2

View File

@@ -3,5 +3,6 @@ import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
supportFile: false,
},
});