hrms-edm/Services/client/cypress.config.ts
2023-11-23 08:47:44 +07:00

8 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',
},
})