pytest-reporter-html1
pytest-reporter-html1 copied to clipboard
Report title
Hi,
It would be great if we can able to custom Report Title
Thanks
As the jinja is already written in the provided template:
this should do it:
@pytest.mark.optionalhook
def pytest_reporter_context(context, config):
context["title"] = "name"