{# partials/injected_content.html — Phase 2 injection template Assembles metrics, results table, and step logs injected into the
placeholder. Context variables: metrics — dict (total, passed, failed, pass_rate, pass_rate_str, duration) execution_results — list of result dicts steps_by_tc — dict mapping test_case_id -> list of step dicts #} {# #5 Summary bar #} {% set _pct = metrics.pass_rate | default(0) %}
{% include "partials/metrics_section.html" %} {# #10 Execution Results divider #}
Execution Results
{% include "partials/search_bar.html" %} {% include "partials/results_table.html" %} {# #11 Step Logs divider + #14 Expand/Collapse inline #}
Step Logs
{% include "partials/step_tabs.html" %}