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 = "GREEN" %} {% else %} {% set color = "red" %} {% endif %} {% endfor %}
Rank Suite Name Case Name Result(pass/total) Max Duration(s) Max Pass Duration(s) Failed Builds
{{i["rank"]}} {{i["suite"]}} {{i["case"]}} {{i["pass"]}}/{{i["total"]}} {{i["max_duration"]}} {{i["max_pass_duration"]}} {% for j in i["npass_numbers"] %} {% set href_link = job_url + "/" + j|string + "/testReport/" %} {{j}} {% endfor %}

BR