Files
digital-psychology/docs/TEST_REPORT/ECR-003.md
T
jackyu66gitandCursor 67701d1f7b chore(ECR-001,ECR-003): 关闭结构对齐并清理 outlook JSON 旧键
正式关闭 ECR-001/002;删除 fortune 双写与 lucky 字段,H5 改读 outlook/boost。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-05 20:39:34 +08:00

25 lines
645 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Test Report — ECR-003
## ECR
ECR-003 Outlook JSON hygiene
## Cases
- [x] Summary 仅 `outlook`,无 `fortune`
- [x] Detail 仅 `outlook_detail`,无 `fortune_detail`
- [x] Period 字段 `boost`,无 `lucky`
- [x] label 文案:高能/顺畅/偏顺/平稳/宜缓行
- [x] H5 读 `outlook`UI「今日提示」展示 `boost`
- [x] `go test ./internal/star/...` PASS
- [x] `go test ./internal/integration/` PASS
- [x] `npm run test:h5` 35/35 PASS
## Command
```bash
cd apps/api && go test ./internal/star/... ./internal/integration/ -count=1
npm run test:h5
```
## Gate
- [x] Engineer coding PASS
- [ ] Reviewer 签核 / Human commit