Files
zy-client-a/a13_uy_Fine_sucive/cypress.config.ts
telangpu 2cc12b5ab7 update
2026-05-10 23:37:56 +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'
}
})