test: add platform user story tests (43/43, 4 categories)

This commit is contained in:
hangshuo652
2026-06-18 17:10:40 +08:00
parent 2662c6c0ac
commit ecc5599b48
2 changed files with 470 additions and 0 deletions
+5
View File
@@ -9,6 +9,11 @@ class ReportGenerator:
"timestamp": run.timestamp, "duration_s": run.duration_s,
"fields_matched": run.fields_matched, "fields_mismatched": run.fields_mismatched,
"runner": run.runner, "branch_rate": run.branch_rate, "llm_cost": run.llm_cost,
"paragraph_rate": run.paragraph_rate, "decision_rate": run.decision_rate,
"quality_score": run.quality_score, "quality_warn": run.quality_warn,
"hina_type": run.hina_type, "hina_confidence": run.hina_confidence,
"heal_retry": run.heal_retry, "simple_retry": run.simple_retry,
"total_retry": run.total_retry,
"field_results": [{"field_name": fr.field_name, "status": fr.status,
"cobol_value": fr.cobol_value, "java_value": fr.java_value,
"suggestion": fr.suggestion} for fr in run.field_results]}