chore: sync additional local changes and e2e artifacts

This commit is contained in:
Your Name
2026-03-23 18:42:57 +08:00
parent 2ef0f17961
commit 8d0f590264
20 changed files with 2512 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
baseUrl: 'http://localhost:5173',
supportFile: false,
video: false,
screenshotOnRunFailure: false,
e2e: {
// We've imported your old cypress/plugins/index.js file that was previously here
},
},
});

File diff suppressed because it is too large Load Diff

View File

@@ -15,9 +15,11 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.17",
"cypress": "^15.12.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.0",

Binary file not shown.