alereds94

Results 1 issues of alereds94

in user guide many examples refer to html tags in strings as: https://pytest-html.readthedocs.io/en/latest/user_guide.html#additional-summary-information ``` def pytest_html_results_summary(prefix, summary, postfix): prefix.extend(["foo: bar"]) ``` by doing that, the `` tag as well as...