How to add a subtitle to the report? #633
Unanswered
Coder2023Coder
asked this question in
Q&A
Replies: 1 comment
-
Currently there's no way of adding a subtitle or altering the "Report generated..." line. What's the use case? The closest you can get is using the pytest_html_results_summary hook (prefix). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a subtitle to the report after the title. I am showing where I mean by a red arrow in the attached image.
I know that to change the title I should add the following to the
conftest.py
:But with a subtitle I wonder how to add it.
Also, is it possible to modify the content of the line "Report generated on ... "?
Beta Was this translation helpful? Give feedback.
All reactions