{{ summary.total }} tests executed
| Status | Name | Model | Latency | Cost | Tags | Actions |
|---|---|---|---|---|---|---|
| {% if result.passed %} PASS {% else %} FAIL {% endif %} | {{ result.test_case.name }} | {{ result.test_case.model }} | {{ "%.0f"|format(result.metrics.latency_ms if result.metrics else 0) }}ms | ${{ "%.6f"|format(result.metrics.cost_usd if result.metrics and result.metrics.cost_usd else 0) }} | {% for tag in result.test_case.tags %} {{ tag }} {% endfor %} |