Files
My-KOPKB/fe/cypress.config.ts
ISMAIL MASSERAN 94ecbe5887 first init
2026-06-08 11:37:14 +08:00

9 lines
188 B
TypeScript

import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
baseUrl: 'http://localhost:4173',
},
})