This commit is contained in:
telangpu
2026-05-10 23:25:27 +08:00
parent c8dc57a3f6
commit 4ef6bfcdba
155 changed files with 111106 additions and 0 deletions

View File

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