Jan Kowalleck
Jan Kowalleck
Hello @david-fliguer-ws , Had the same issue. here is what i did: 1. I used [pytest's junit feature](https://docs.pytest.org/en/stable/usage.html#creating-junitxml-format-files) to write junit/xunit/xunit2 reports. 1. I combined the unit-reports with [junitparser](https://pypi.org/project/junitparser/). 1....
maybe a switchable template should be used, instead of hooks/extends. having the HTML generated via a template engine allowes better readability of output generators and does not need knowledge of...
reopened conversation https://github.com/pytest-dev/pytest-html/pull/385/files#r531829346 so the link taret is not collapsed by default, to have it not look "broken"
don't forget to add a `py.typed` to indicate that types are used. see https://www.python.org/dev/peps/pep-0561/#packaging-type-information in previous projects, I used [flake8-annotations](https://pypi.org/project/flake8-annotations/) to ensure typing was in place everywhere -- maybe this...
hello @lp120037920 your question might be related to #183. could you check if https://github.com/pytest-dev/pytest-reportlog solves your problem?
@BeyondEvil could you help out here?
@lp120037920 what i did in the past, to merge multiple reports: https://github.com/pytest-dev/pytest-html/issues/183#issuecomment-738195470 but you might not see all the details `pytest-html` offers. you might probably miss environment variables and other...
related issue: https://github.com/indygreg/PyOxidizer/issues/69