pytest-html icon indicating copy to clipboard operation
pytest-html copied to clipboard

Plugin for generating HTML reports for pytest results

Results 218 pytest-html issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

bug

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...

question

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...

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:...

docs

```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. ![Screen Shot 2021-02-15 at 11 11 59 PM](https://user-images.githubusercontent.com/10691950/108020876-5771b700-6feb-11eb-956a-f70bafcae737.png)

next-gen

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...