Files
owly-news/frontend/cypress.config.ts
2025-08-01 06:05:06 +02: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',
},
})