Files
kontor/kontor-vue/cypress.config.ts
T
2026-01-29 23:50:41 +01: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',
},
})