The gateway connection resolver short-circuited to "请先登录 svc.plus" whenever the account was signed out, before checking whether a manual bridge was configured or whether capability discovery was still running. A saved manual bridge could therefore never be used while signed out. - Only emit the signed-out prompt when neither an account session nor a manual bridge is configured (`!accountSignedIn && !bridgeConfigured`). - Gate the sync-blocked branch on `accountSignedIn` so it no longer hijacks the manual-bridge discovery path. Adds tests covering manual-bridge discovery and discovery-failure while signed out. See docs/cases/manual-bridge-login-state/README.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
33 lines
1.4 KiB
Markdown
33 lines
1.4 KiB
Markdown
# 核心集成测试 Cases
|
|
|
|
`docs/cases/` 只保留当前项目主线需要长期维护的手动集成用例,不再承载旧的多 Agent / ARIS / 外部桥接历史 case。
|
|
|
|
## 当前入口
|
|
|
|
- [核心功能集成测试手动 Case](./core-integration-manual-cases.md)
|
|
- [云端账号与 XWorkmate Bridge 连接手动 Case](./cloud-account-and-bridge-manual-cases.md)
|
|
- [手动 Bridge 登录状态误判 Case](./manual-bridge-login-state/README.md)
|
|
- [云原生 Service Mesh 网络科普视频调研场景测试用例](./service-mesh-evolution-video-scenario/README.md)
|
|
- [OpenClaw Gateway 5 并发 E2E 回归场景](./openclaw-gateway-e2e-regression/README.md)
|
|
|
|
## 配套文档
|
|
|
|
- [核心功能集成测试自动化规划](../testing/core-integration-auto-test-plan.md)
|
|
- [测试 Case 覆盖矩阵](../testing/test-case-coverage-matrix.md)
|
|
- [XWorkmate 测试规范模板与指南](../testing/xworkmate-test-spec.md)
|
|
- [XWorkmate 测试规范](../quality/xworkmate-test-spec.md)
|
|
|
|
## 使用建议
|
|
|
|
推荐顺序:
|
|
|
|
1. 先看自动化规划,确认当前能力树与测试落点
|
|
2. 再按手动 Case 执行设置页与任务线程验证
|
|
3. 执行后把证据记录回具体测试单或验收报告
|
|
|
|
## 维护边界
|
|
|
|
- 这里不再新增历史回溯型 postmortem 或旧架构演示 case
|
|
- 与当前主线不匹配的多 Agent / ARIS / 外部 CLI bridge 案例已移除
|
|
- 如果新增长期手动用例,必须挂到当前“设置页配置”或“任务线程”能力树下
|