Files
zy-client-a/zy1_in_post_shadowfax/cypress.config.ts
tom@tom.com 84cb2597a4 first commit
2026-04-19 17:51:16 +08:00

9 lines
194 B
TypeScript

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