hrms-landing/cypress.config.ts

9 lines
188 B
TypeScript
Raw Permalink Normal View History

2024-12-16 17:12:39 +07:00
import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
baseUrl: 'http://localhost:4173',
},
})