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({
|
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user