Hello,

{{report_title}}

Tested Jenkins job: {{job_url}}

Reported Time in UTC: {{now}}

Jenkins Build Summary

{% if pure_html == true %}
{% else %} build_summary
{% endif %}

Test Case Summary:

*ranked by failure rate from high to low

{% for i in case_summary %} {% if i["pass"] == i["total"] %} {% set color = "LIGHTGREEN" %} {% else %} {% set color = "LIGHTSALMON" %} {% endif %} {% endfor %}
Rank Suite Name Case Name Result(pass/total) Owner Failed Builds
{{i["rank"]}} {{i["suite"]}} {{i["case"]}} {{i["pass"]}}/{{i["total"]}} N/A {% for j in i["npass_numbers"] %} {% set href_link = job_url + "/" + j|string + "/testReport/" %} {{j}} {% endfor %}

BR