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