Add Playwright E2E tests replacing Cypress with MSW integration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 18:52:18 +08:00
co-authored by Claude Opus 4.6
parent 67a723207f
commit aa2661b556
33 changed files with 2284 additions and 7 deletions
+1
View File
@@ -93,6 +93,7 @@ export default defineConfig(({ mode }) => {
jsdom: { url: "http://localhost:3000" },
},
setupFiles: ["./tests/setup-msw.js"],
exclude: ["tests/e2e/**", "node_modules/**"],
// reporter: ['text', 'json', 'html', 'vue'],
},
};