pytest-html
pytest-html copied to clipboard
Plugin for generating HTML reports for pytest results
When I execute this test function: ``` @pytest.mark.parametrize("login, password, description", [("aaa", "111", "hello")]) def test_1(login, password, description): pass ``` The pytest-html report displays this test name: `test/param_module_test.py::test_1[aaa-111-hello]`  Wouldn't be...
"ful-screen" preview of extra images attached to results for self-contained mode. Unlike image preview in normal mode implemented as part of page with little bit of js+css (likely also possible...
Following remarks made on PR [281](https://github.com/pytest-dev/pytest-html/pull/281), here is a first version of the EnvironmentTable class which allow to use new hooks. @BeyondEvil tell me if it is what you had...
Same as #343, no idea why this was closed. I'd love to get the pytest warnings summary in the html report. Sometimes this contains very useful information like [PytestUnhandledThreadExceptionWarning](https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest.PytestUnhandledThreadExceptionWarning). Thanks...
Getting UnicodeEncodeError: 'charmap' codec can't encode character '\u2713' in position 484025: character maps to intermittently. When most of the testcase failed, getting above error while generating html report FFFF.FF.F..FFFFFF.FF.FFFFF.FFFFFFF.FF.FFF.FFFFFFFFFFF.FF..F.FFF [100%]Traceback...
Looking for ability to filter logs when expanded based on the log-level chosen (debug, info, error) etc., Is it possible to create that filter in the HTML report?
While trying to run DeepFaceLive main.py: error: unrecognized arguments: — user data-dir "C:\Users\ezeri\Desktop\DeepFaceLive-Master i have the error below main.py: error: unrecognized arguments: — user data-dirmain.py: error: unrecognized arguments: — user...
it would be nice if the extra json 1. can be auto formated(such as using browser plugin) 2. keywords are highlighted but currently 1. cannot, because it is opened as...
**Background Info :** I have customised the columns in pytest_report to add more columns than the ones provided **Issue 1:** with the latest version of the pytest_html 4.0.0 I replaced...
Why metadata is missing is the recently released versions of pytest-html report. I am using version 3.1.1 and would like to have metadata like Build URL, Git repo and all...