fenchu
fenchu
it is the same with pytest-html3..1.1: ``` pytest==6.2.1 pytest-base-url==1.4.2 pytest-clarity==0.3.0a0 pytest-html==3.1.1 pytest-metadata==1.10.0 pytest-mock==3.3.1 pytest-variables==1.9.0 pytest-watch==4.2.0 ``` pytest 6.2.1 and pytest-html 2.1.1 works fine, so I'm pretty sure it is in...
I forked the v3.1.1 and added a filter so it only captures the stderr or file, also sets screenshots on a new line after log at a fixed size also...
Duration fails in v3x: ``` vvvDuration (highest first) -- 8.89 8.72 5.64 35.34 3.95 236.57 2.97 17.91 14.42 and the other way: ^^^Duration (lowest first) -- 14.42 17.91 2.97 236.57...
You can patch this in main.js by adding a simple check for number and float and then subtract to find who is largest: ``` function numOrFloat(x) { let regexPattern =...
with pytest-html3.x.x `-s --capture=sys`give you all. if you pytest-html 2.1.1 you can finegrain the various combinations
We really miss ways to finegrain output. --capture=fd and tuning the logging so it only output a stderr files, no stdout file is my current workaround. But it is not...
See https://github.com/pytest-dev/pytest-html/issues/413
Tried adding id to each resultline and use as anchor, but it also needs to expand the extras. I like to be able to just add a `#anchor` to the...
I wish for a read user with no password. this is for management to browse around and display panels around the company.
We very much like this feature. A simple way sould be to export the entire yaml/xml/json for everything on a dashboard and then just change the ids/patsh and save it...