Files
zy-client-a/a8_za_Fine_aarto/cypress.config.ts
telangpu 91fd7ffcf0 update
2026-05-10 22:39:11 +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'
}
})