mirror of
https://github.com/modelec/modelec.club.git
synced 2026-01-18 16:37:30 +01:00
C pu pété V3
This commit is contained in:
@@ -2,11 +2,13 @@ import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
specPattern: "cypress/tests/**/*.cy.{js,jsx,ts,tsx}",
|
||||
specPattern: "cypress/e2e/**/*.cy.{js,jsx,ts,tsx}",
|
||||
supportFile: false,
|
||||
},
|
||||
|
||||
component: {
|
||||
specPattern: "cypress/components/**/*.cy.{js,jsx,ts,tsx}",
|
||||
supportFile: "cypress/support/component.ts",
|
||||
devServer: {
|
||||
framework: "react",
|
||||
bundler: "vite",
|
||||
|
||||
Reference in New Issue
Block a user