feat: add growth action summary
All checks were successful
CD Pipeline / deploy (push) Successful in 1m16s

This commit is contained in:
ogt
2026-06-24 20:05:58 +08:00
parent 2d9acfdc5c
commit 7180c0f817
4 changed files with 191 additions and 1 deletions

View File

@@ -461,6 +461,10 @@ def test_ai_intelligence_template_uses_pchome_growth_name_and_endpoint():
assert "growth-price-chip" in template
assert "formatGrowthDetailPrice" in template
assert "formatGapDisplay" in template
assert "growthDecisionSummary" in template
assert "renderGrowthDecisionSummary" in template
assert "growth-decision-metric" in template
assert "最大價差" in template
assert "scrollToPanel('externalPricePanel')" in template
assert "備援資料檢查" in template
assert "外部報價預檢" not in template