新增 E2E 测试配置与用例并更新测试补充文档

This commit is contained in:
2026-03-03 13:56:07 +08:00
parent 482307f2f4
commit fe3016d710
10 changed files with 149 additions and 2 deletions
+3
View File
@@ -245,6 +245,9 @@
## 第二轮执行进展(2026-03-03
- 任务 2(清理 lint warning):✅ 已完成
- 结果:`npm run lint` => `0 errors / 0 warnings`
- 任务 3(补 E2E 用例):✅ 已完成(代码已补齐)
- 新增:`playwright.config.ts``e2e/home-navigation.spec.ts``e2e/panic-join.spec.ts``e2e/invite-join.spec.ts`
- 说明:当前环境无法访问 `registry.npmjs.org`Playwright 依赖安装受限,`npm run test:e2e` 需在可联网环境执行。
---