Test Plan:{{ test_run.plan.plan_id }}:{{ test_run.plan.name }}
Product Version:{{ test_run.product_version }}
Manager:{{ test_run.manager.username }}
Product:{{ test_run.build.product }}
Build:{{ test_run.build }}
Default Tester:{{ test_run.default_tester }}
Started at:{{ test_run.start_date }}
Finished at:{{ test_run.stop_date }}
Note:{{ test_run.notes|urlize|linebreaksbr }}
Manual Cases{{ mode_stats.manual|percentage:test_case_runs_count }}({{ mode_stats.manual }}/{{ test_case_runs_count }})
Automated Cases{{ mode_stats.automated|percentage:test_case_runs_count }}({{ mode_stats.automated }}/{{ test_case_runs_count }})
{% if test_case_runs %}
Case-Run ID | Case ID | Summary | Automated | Tested by | Category | Status | Closed at |
---|---|---|---|---|---|---|---|
{{ test_case_run.case_run_id }} | {{ test_case_run.case_id }} | {{ test_case_run.case.summary }} | {{ test_case_run.case.is_automated }} | {{ test_case_run.tested_by.username }} | {{ test_case_run.case.category.name }} | {{ test_case_run.status.name|upper }} | {{ test_case_run.close_date }} |
{% if test_case_run.bugs %}
Bugs ID:
{% for bug in test_case_run.bugs %}
{{ bug.bug_id }}
{% endfor %}
{% endif %}
{% if test_case_run.user_comments %}
Comments
|
Total: {{ test_case_runs_count }}
Pending test cases: {{ summary_stats.idle }}
Test run completed: {{ summary_stats.complete|percentage:test_case_runs_count }}
{% if test_case_run_bugs %}Bug List:
Bug ID | Bug Url |
---|---|
{{ bug }} | {{ bug_url }} |
View all in Issue Tracker
Only configured ITs which support multiple bugs are shownTracker | URL |
---|---|
{{ name }} | {{ report_url }} |