38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
# Batch B Worker C:A0/A2/B2/C1 Baseline Smoke Evidence
|
||
|
||
项目根目录:`/mnt/Data1T/mnote`
|
||
|
||
你是 smoke 执行 worker,不是业务代码修改员。不要修改源码、不要提交 git、不要回滚文件。
|
||
|
||
## 目标
|
||
|
||
为 `design/01-tree-first-graph-kernel/process/1-6-next-phase-gap-closure-checklist-v1.md` 补齐 browser smoke 证据。
|
||
|
||
## 允许修改范围
|
||
|
||
- `.codex/reasonix-tasks/results/batch-b-worker-c-baseline-smokes.md`
|
||
- `design/01-tree-first-graph-kernel/process/1-6-next-phase-gap-closure-checklist-v1.md` 仅追加执行记录,不要把失败项打勾。
|
||
|
||
## 需要运行或尝试运行的 smoke
|
||
|
||
```bash
|
||
PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=/usr/bin/google-chrome-stable node scripts/task451-local-markdown-conflict-resolution-ui-smoke.js
|
||
PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=/usr/bin/google-chrome-stable node scripts/task452-local-search-index-browser-smoke.js
|
||
PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=/usr/bin/google-chrome-stable node scripts/task453-local-folder-page-ai-changed-files-smoke.js
|
||
PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=/usr/bin/google-chrome-stable node scripts/task443-filetree-mindmap-click-active-row-smoke.js
|
||
PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=/usr/bin/google-chrome-stable node scripts/task445-filetree-mindmap-switch-no-flicker-smoke.js
|
||
```
|
||
|
||
如果脚本不存在或依赖环境不可用,记录为 `BLOCKED`,不要改业务代码。
|
||
|
||
## 输出要求
|
||
|
||
在结果报告中列出每个 smoke:
|
||
|
||
- `PASS` / `FAIL` / `BLOCKED`
|
||
- 命令
|
||
- stdout 摘要
|
||
- `tmp/.../result.json` 或日志路径
|
||
- 失败归因:环境 / 脚本过时 / 业务回归 / 不确定
|
||
|