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

Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 5.2.0. Release notes Sourced from chai's releases. v5.2.0 What's Changed fix: ability to register more plugins inside a plugin by @​tpluscode in chaijs/chai#1639 chore: bump...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 8.34.0 to 9.20.0. Release notes Sourced from eslint's releases. v9.20.0 Features e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic) Bug Fixes 91d4d9f fix: Bring types...

dependencies
javascript

Hello! Is it possible to modify this aspect in the generated report ![Image](https://github.com/user-attachments/assets/4ac6536f-9565-4549-8ae8-a3821dfa2096) Like for example, we would have `Image : `

enhancement
help wanted
javascript

Hello ! Is it possible to change the content's name of the URL (instead of the default `URL`) when using `pytest_html.extras.url` ? ![Image](https://github.com/user-attachments/assets/75471196-2e85-4828-a58a-e35f0ed45206)

``When using pytest-html 3.2.0, the report generated correctly, showing details of failed tests. ![Image](https://github.com/user-attachments/assets/9fbfcd04-47ad-41ce-b163-a67d8835796f) When upgraded to pytest-html-4.1.0, the report no longer showed this data. ![Image](https://github.com/user-attachments/assets/971c193f-3d3e-45fc-b0c9-a2f790c9898e) By upgrading and downgrading...

Hello! I tried to remove the `Links` column from the report but in vain. Apparently this part of [code](https://pytest-html.readthedocs.io/en/latest/user_guide.html#modifying-the-results-table) should do the trick, but as expected it did not work...

This should be `decodeURI(url.href)`, otherwise if %-encoded characters are present in the file path, they will get decoded to incorrect characters, resulting in errors like: ``` report.html:719 Uncaught DOMException: Failed...

It looks like the code for removing the links column was removed in this commit: https://github.com/pytest-dev/pytest-html/commit/40a80d535de3e48f14e19fb86984575dd60d9daf I have re-added it!

My test produces log output using the logging module. In the HTML report, the output lines repeat, and the repetition increases for the number of tests run. e.g first test:...