{% if build %}
{% endif %}
Build: {{ build }}
{% include "report/case_runs_status_subtotal.html" %}BUILD | RUNS (Finished/ Total) | Case Runs Progress | Failed Case Runs |
---|---|---|---|
{{ build }} |
{{ build.finished_runs }}/{{ build.total_runs }} |
{% if build.failed_case_run_count %}
{{ build.failed_case_run_count|default:'0' }} Failed
{% endif %}
|