diff --git a/src/pytest_html/resources/index.jinja2 b/src/pytest_html/resources/index.jinja2 index 8608b6b8..f6ca9764 100644 --- a/src/pytest_html/resources/index.jinja2 +++ b/src/pytest_html/resources/index.jinja2 @@ -26,12 +26,27 @@ + + - -

Summary

- {%- for p in additional_summary['prefix'] %} - {{ p|safe }} - {%- endfor %} +
+ {%- for p in additional_summary['prefix'] %} + {{ p|safe }} + {%- endfor %} +

{{ run_count }}

(Un)check the boxes to filter the results.

@@ -81,25 +84,29 @@
-
-
- {%- for result, values in outcomes.items() %} - - {{ values["value"] }} {{ values["label"] }}{{ "," if result != "rerun" }} - {%- endfor %} -
-
-  /  -
+
+
+ {%- for result, values in outcomes.items() %} + + {{ values["value"] }} {{ values["label"] }}{{ "," if result != "rerun" }} + {%- endfor %} +
+
+  / 
- {%- for s in additional_summary['summary'] %} - {{ s|safe }} - {%- endfor %} - {%- for p in additional_summary['postfix'] %} - {{ p|safe }} - {%- endfor %} +
+ {%- for s in additional_summary['summary'] %} + {{ s|safe }} + {%- endfor %} +
+
+ {%- for p in additional_summary['postfix'] %} + {{ p|safe }} + {%- endfor %} +
+