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 16:43:32 +08:00
parent 67a723207f
commit aa2661b556
33 changed files with 2284 additions and 7 deletions

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'],
},
};