unrecognized arguments: in PyTest

73 Views Asked by At

I am unable to generate a html report in pytest. I have installed pytest --html without any issue.

When i tried to run

 py.test --html=report.html

getting unrecognized arguments error. I've surfed internet a lot everyone is telling pytest --html might not installed but in mu case everything been installed still getting that error message.

I tried installing package in PyCharm as well didn't worked

0

There are 0 best solutions below