pytest-html

Report pytest-stress results individually for each iteration in pytest-html

Report pytest-stress results individually for each iteration in pytest-html Question: I need to use pytest-stress to run tests for a period of time. Previously, I was using pytest-repeat which is based on the number of iterations. I am using pytest-html for reporting results. When I switched to stress from repeat, all iterations of the test …

Total answers: 1

Pytest-html custom report

Pytest-html custom report Question: I’m using pytest to run my tests, and using pytest html to generate a report. i’m trying to show the errorskip message in cases of failure or skip in the report, using the value form call.excinfo.value. i notice that pytest_runtest_makereport is being called multiple times, for setup, call and teardown, and …

Total answers: 1