Files
zy-client-a/a10_nl_post_gls/cypress.config.ts
telangpu 04f5825fc5 update
2026-05-10 23:02:06 +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'
}
})