| Report: TestCaseManager |
| Test failed | {% else %}Test passed | {% endif %}
|
Test Overview
|
| Overall number of test cases | {{stats.number_tests}} | |||
| Test cases passed | {% if stats.failed %}{{stats.number_passed}} | {{stats.percentage_passed}}% of executed test cases | {% else %}{{stats.number_passed}} | {{stats.percentage_passed|round(1)}}% of executed test cases | {% endif %}
| Test cases failed | {% if stats.failed %}{{stats.number_failed}} | {{stats.percentage_failed|round(1)}}% of executed test cases | {% else %}{{stats.number_failed}} | {{stats.percentage_failed}}% of executed test cases | {% endif %}
| {{loop.index}} | {{category.name}} | {% if category.failed %}fail | {% else %}pass | {% endif %}
| Test Case Details |
| [−] | {% if category.failed %}{{loop.index}} {{category.name}}: Failed | {% else %}{{loop.index}} {{category.name}}: Passed | {% endif %}
| Timestamp | Result | Description | ||
|---|---|---|---|---|
| Test {{loop.index}} - {{test.description}}: Failed {% else %} | ||||
| Test {{loop.index}} - {{test.description}}: Passed {% endif %} | ||||
| {{log.timestamp}} | {% if log.log_type == "FAIL" %}fail | {% elif log.log_type == "SUCCESS" %}pass | {% else %}info | {% endif %}{{log.fail_message}} |
|
End of Report
|