Files
zy-client-a/ww_gb_post_temp2/cypress.config.ts
telangpu cf55c2cad6 update
2026-04-28 00:42:28 +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'
}
})