Hi Guys,
I am trying to create one Pytest report in HTML format. But It is showing me the below error.
C:\Users\Nadeem Akhter\pytest>pytest -v --html=basic.html
usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --html=basic.html
inifile: None
rootdir: C:\Users\Nadeem Akhter\pytest
How can I solve this error?