|
|
|
#{{ test_case_run.pk }}
|
{{ test_case_run.case_id }}
|
{{ test_case_run.case.summary }}
|
{% if tester %}
{{ tester }}
{% else %}
None
{% endif %}
|
{% if assignee %}
{{ assignee }}
{% else %}None{% endif %}
|
{{ test_case_run.case.get_is_automated_status }} |
{{ test_case_run.case.category }} |
{{ priority_value }} |
{{ issues_count }} |
|
|
{{ test_case_run.sortkey }}
|