跑通 E2E 并修正执行链路与文档记录

This commit is contained in:
2026-03-03 14:37:55 +08:00
parent c4c1cb400b
commit b28c61ea3a
5 changed files with 76 additions and 10 deletions
+1 -1
View File
@@ -248,7 +248,7 @@
- 任务 3(补 E2E 用例):✅ 已完成(代码已补齐)
- 新增:`playwright.config.ts``e2e/home-navigation.spec.ts``e2e/panic-join.spec.ts``e2e/invite-join.spec.ts`
- CI 门禁:`Jenkinsfile` 已新增 `E2E Gate` 阶段,执行 `test:e2e:install` + `test:e2e`
- 说明:当前环境无法访问 `registry.npmjs.org`Playwright 依赖安装受限,`npm run test:e2e` 需在可联网环境执行
- 执行结果:已在可联网主机环境完成 Playwright 安装并跑通 `npm run test:e2e`3/3 通过)
---