I have html report installed for pytest.
It was working fine until one day this error was thrown
pytest: error: unrecognized arguments: --html=report.html
Use pip list
to check if you have pytest-html
installed. If not, install it using pip install pytest-html
.
pytest-html
is a plugin for pytest, not part of pytest library.
Please add pytest-html package from pycharm.
Make sure you have already installed plugin for html report.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With