thread-master/docs/product/growth-loop/tasks/T315-test-m1-outcomes-integ...

768 B
Raw Permalink Blame History

T315 — test-m1-outcomes-integration

Status: done
Milestone: M1
Kind: test
Est. change: ~200 lines

Goal

完成後系統應M1 整合測試覆蓋 OC-01OC-08fake 外部);回歸 RG 抽樣不破。

Depends on

  • T311
  • T312
  • T313
  • T314

Inputs

  • Spec../spec.md §9.1、§9.6
  • 既有 testkit 模式

Outputs

路徑 動作 說明
apps/backend/internal/**/*_test.go add OC_* cases
可選 smoke 筆記 add FE 手測清單 M1

Out of scope

  • CUAH 等後續 ID

Acceptance

  • 每個 OC-0108 可 grep 到 Test 名或矩陣列
  • 指令:
cd apps/backend && go test ./... -count=1 -run OC_
cd apps/web && npm run build

Notes