Files
zy-client-a/a11_bg_Fine_kat-obligations/cypress.config.ts
telangpu c8dc57a3f6 update
2026-05-10 23:13:23 +08:00

9 lines
186 B
TypeScript

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