| Test | Runs | Success | Score | Status | Duration | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ te.test_name }} | {{ te.successful_runs }}/{{ te.total_runs }} | {% if te.success %} Pass {% else %} Fail {% endif %} | {% if te.score is not none %}{{ "%.1f"|format(te.score) }}{% else %}—{% endif %} | {{ te.status }} | {% if te.duration_seconds is not none %} {% set duration = te.duration_seconds %} {% if duration >= 60 %} {{ "%.0f"|format(duration / 60) }}m {{ "%.0f"|format(duration % 60) }}s {% else %} {{ "%.0f"|format(duration) }}s {% endif %} {% else %} — {% endif %} | |||||||||
Statistics JSON
|
||||||||||||||
| No test results yet. | ||||||||||||||