musjaster
musjaster
hello, thanks for update i still have an error INTERNALERROR> File "/Users/mobile-ci/builds/8CBqSu93/0/mobility/qa-automation/conftest.py", line 63, in pytest_html_report_title INTERNALERROR> metadata = getattr(report.config, "_metadata") INTERNALERROR> AttributeError: 'Report' object has no attribute 'config' and...
hello, I have tried both in my local and on CI i get this error INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/Users/user/repos/qa-automation/.msenv/lib/python3.11/site-packages/_pytest/main.py", line 270, in wrap_session INTERNALERROR> session.exitstatus...
hello the problem is fixed, thanks report is generated but i have problems with title, would you please recommend? i send you the old one (backend_api_v3 and the new one:...
[, , , ] instead of Backend Test Report CERT_5.0.3 generated with this function def pytest_html_report_title(report): """ Hook called when creating the html report title section """ metadata = getattr(report.config,...
there are now just 4 spans with tag_objects generated by this html.span( html.a( "⇦", href="https://mobility.gitlabpages.kdsneo.kds.com/qa-automation/", style="color:rgb(68, 68, 68);background:transparent", ) ), html.span(f"{os_name} Test Report", style="padding: 2%"), html.span(app_version, id="version"), html.span(datetime.now(), id="report_time", style="display:...
actually i have sent you the 2 reports with old/new version title was not clickable except an arrow icon that leads to summary page On Wed, 5 Apr 2023 at...
i'm attaching the reports here [Archive.zip](https://github.com/pytest-dev/pytest-html/files/11167194/Archive.zip)
> In the meantime my suggestion is to use the [`summary (prefix) hook`](https://pytest-html.readthedocs.io/en/latest/user_guide.html#additional-summary-information) to achieve what you're looking for. what i see in your link is: >from py.xml import html...
Hello, yes i have taken a look, it seems you're right the report title was fixed to be just text but it is strange that before it was more flexible,...