Files

30 lines
984 B
Markdown
Raw Permalink Normal View History

# Wave 5 测试缺口补齐 — 验证报告
**日期**: 2026-06-08
**范围**: CH-BAT-001、IT-FILE/INST/SRV-003、MCP→E2E 沉淀 7 页
## 本地 pytest
| 命令 | 结果 |
|------|------|
| `pytest tests/integration tests/chain -q` | **26 passed** |
| `pytest tests/ -m "not chain and not slow" -q` | **427 passed**, 9 deselected |
## 新增用例 ID
| ID | 实现 |
|----|------|
| CH-BAT-001 | `tests/chain/test_batch_job_flow.py` |
| IT-FILE-001 | `tests/integration/test_files_browse.py` |
| IT-INST-001 | `tests/integration/test_install_mode.py`slow |
| IT-SRV-003 | `tests/integration/test_notify_settings.py` |
| E2E-TERM/FILE/SCR/CRED/RET/SET/EXEC-002 | `frontend/e2e/pages/*.spec.mjs` |
## E2E
未在本机跑 Playwright(需 `NEXUS_E2E_PASSWORD` + API :8600)。CI main job 在配置密钥后可跑全量 `e2e/`
## 结论
后端缺口用例已落地并通过本地验证;矩阵已更新。安装向导 E2E 与 CH-EXEC 轮询终态仍标待写。