跳到主要内容

命令与证据模板

适用场景:任务开始后就准备验证目录,不等到 PR 阶段才临时找证据。

推荐目录

verification/
commands.md
artifacts/
desktop.png
mobile.png
flow.mp4

commands.md

# Commands

- [ ] `npm run lint`
- [ ] `npm run typecheck`
- [ ] `npm run build`
- [ ] `npm run test:unit`
- [ ] `npx playwright test`

## Not Run

- Command:
- Reason:

artifacts/

文件用途
desktop.png桌面端关键断点
mobile.png移动端关键断点
flow.mp4最短关键交互路径

使用提醒