C pu pété V3

This commit is contained in:
2024-11-20 19:59:47 +01:00
parent 4b830dfc0c
commit b9f9da8500
11 changed files with 3 additions and 1 deletions

View File

@@ -2,11 +2,13 @@ import { defineConfig } from "cypress";
export default defineConfig({ export default defineConfig({
e2e: { e2e: {
specPattern: "cypress/tests/**/*.cy.{js,jsx,ts,tsx}", specPattern: "cypress/e2e/**/*.cy.{js,jsx,ts,tsx}",
supportFile: false, supportFile: false,
}, },
component: { component: {
specPattern: "cypress/components/**/*.cy.{js,jsx,ts,tsx}",
supportFile: "cypress/support/component.ts",
devServer: { devServer: {
framework: "react", framework: "react",
bundler: "vite", bundler: "vite",