pytest-html
pytest-html copied to clipboard
Plugin for generating HTML reports for pytest results
A bug was introduced in v2.1.0 which causes (at least) extras.image name attribute to never be used in the report. [This](https://github.com/pytest-dev/pytest-html/blob/master/pytest_html/plugin.py#L252) is not reachable. Note that other extras types might...
With pytest 2.1.1 I could finegrain my logs and only capture stdout etc. But when I upgraded to v3.0.0 there was "No log output captured." allover, and I'm only able...
Using pytest-html 3.1.1 and xdist 2.5.0 When passing a non existing file as media, pytest-html will raise an error during report generation. To reproduce: Add ```extra.append(extras.image("doesnotexist"))``` in a report. Actually...
+++ pytest is failing I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages...
close #501
Hi, I tried setting the environment_table_redact_list in variable in my pytest.ini file order to remove certain rows from the Environment table and got the following error: **_PytestConfigWarning: Unknown config option:...
```shell (allBase39) ➜ temp tree . ├── pytest.ini ├── temp │ └── index.html └── testaaa.py (allBase39) ➜ temp cat testaaa.py import pytest class Testaseryhdsdaaaaa: def test_adf(self): pass class Testertqwetaaaaa: def...
By default, the` initial-sort` css class is set to the Result column `Result` Could we be able to change the initial sorted column ? In my personal case, I prefer...
Enhancement to add logo to Test Reports. 
At least two issues to address here: 1. pypy3-mac fails, this might be out of our control but likely related to python 3.6 EOL: https://github.com/actions/setup-python/issues/311 2. pypy3 tests are super...