A pytest plugin that generates static HTML reports with test results, including pass/fail statistics, error details, and screenshots. Version 0.2.9 works with Python >=3.5. Maintenance cadence is low; last release 2022.
pip install pytest-html-reporterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enable plugin in conftest.py and run with --html-report flag.
Consider alternative plugins like pytest-html or pytest-sugar
Use a unique filename per run or timestamp
Install pytest-selenium separately for screenshot functionality