Jim Brännlund
Jim Brännlund
> I use pipenv so github installs aren't supported, need to grab it from a release unfortunately You should be able to do: `pipenv install -e git+@branch#egg=package_name` If not, you...
What version are you using? Please try `4.0.0rc4`
Please try 4.0.0rc4 and see if the issue remains.
> > Please try 4.0.0rc4 and see if the issue remains. > > In this version, the issue is resolved. But the hyperlink to html file doesn't work. Can't click...
This is what I'm seeing on Windows: `Generated html report: file://D:\a\pytest-html\pytest-html\.tox\py3.9\log\report.html` Is yours different?
Oh, I see now. In the legacy version the printed path was POSIX and not Windows: `file:///D:/a/pytest-html/pytest-html/.tox/py38-cov/log/report.html` The question then becomes, which is the correct one. Are you using WSL?...
First of all, which version are you using? 1. We have a feature planned where it's easier to configure what columns there should be and in what order. It is...
Please use the new RC: `pip install pytest-html==4.0.0rc4` Please share what you have tried so far in code. The report object is coming from `pytest` itself, so if there's some...
What version are you using? In what way does the header not work? Can you share a screenshot?
Doing some work on them, but been busy with other stuff the past week.