天天看點

ERROR: usage: main.py [options] [file_or_dir] [file_or_dir] [...] main.py: error: unrecognized argum

報錯:

ERROR: usage: main.py [options] [file_or_dir] [file_or_dir] [...]
main.py: error: unrecognized arguments: --html=HtmlTestReport/report.html
  inifile: None
           

解決:

未引入pytest-html

未安裝pytest-html

import pytest_html
           
ERROR: usage: main.py [options] [file_or_dir] [file_or_dir] [...] main.py: error: unrecognized argum

繼續閱讀