运行login_tests.py
(venv) C:\Users\PRAGITI\PycharmProjects\lrtskodeit\tests>py.test Home/login_tests.py --browser chrome
ERROR: usage: py.test [options] [file_or_dir] [file_or_dir] [...]
py.test: error: unrecognized arguments: --browser chrome
inifile: None
rootdir: C:\Users\PRAGITI\PycharmProjects\lrtskodeit\tests
(venv) C:\Users\PRAGITI\PycharmProjects\lrtskodeit\tests>
答案 0 :(得分:0)
从错误中,我可以确定您没有在pytest.addoption()
中添加命令行参数“ 浏览器”。
但是,如果上述解决方案没有用,那么如果您提供脚本内容将很有帮助。