{{suite_stats['Total']}} | {{suite_stats['Pass']}} |
Total | Pass |
{{suite_stats['Fail']}} | {{suite_stats['Skip']}} |
Fail | Skip |
{{test_stats['Total']}} | {{test_stats['Pass']}} |
Total | Pass |
{{test_stats['Fail']}} | {{test_stats['Skip']}} |
Fail | Skip |
{{kw_stats['Total']}} | {{kw_stats['Pass']}} |
Total | Pass |
{{kw_stats['Fail']}} | {{kw_stats['Skip']}} |
Fail | Skip |
Error Message | Occurence |
---|---|
{{value['Message']}} | {{value['times']}} |
Type | Min | Max | Avg |
---|---|---|---|
Suite | {{(suite_stats['Min']/60000)|round(2)}} | {{(suite_stats['Max']/60000)|round(2)}} | {{(suite_stats['Avg']/60000)|round(2)}} |
Test | {{(test_stats['Min']/60000)|round(2)}} | {{(test_stats['Max']/60000)|round(2)}} | {{(test_stats['Avg']/60000)|round(2)}} |
Name | Status | Total | Pass | Fail | Skip | Time (s) | ||
---|---|---|---|---|---|---|---|---|
{{ suite['Name'] }} | {% if (suite['Status'] == "PASS") %}{{ suite['Status'] }} | {% elif (suite['Status'] == "FAIL") %}{{ suite['Status'] }} | {% else %}{{ suite['Status'] }} | {% endif %}{{ suite['Total'] }} | {{ suite['Pass'] }} | {{ suite['Fail'] }} | {{ suite['Skip'] }} | {{ (suite['Time']/1000)|round(2) }} |
Suite Name | Test Name | Status | Time (s) | Message | Tags | ||
---|---|---|---|---|---|---|---|
{{ test['Suite Name'] }} | {{ test['Test Name'] }} | {% if (test['Status'] == "PASS") %}{{ test['Status'] }} | {% elif (test['Status'] == "FAIL") %}{{ test['Status'] }} | {% else %}{{ test['Status'] }} | {% endif %}{{ (test['Time']/1000)|round(2) }} | {{ test['Message'] }} | {{ test['Tags'] }} |
Keyword Name | Times | Min Duration(s) | Max Duration(s) | Average Duration(s) |
---|---|---|---|---|
{{ value['Name'] }} | {{ value['times'] }} | {{ (value['time_min']/1000)|round(2) }} | {{ (value['time_max']/1000)|round(2) }} | {{ (value['time_mean']/1000)|round(2) }} |