测试人员 : 最棒QA
开始时间 : 2019-06-20 18:30:35
合计耗时 : 0:00:00.002306
测试结果 : 共 1,错误 1,通过率= 0.00%
用例执行情况:
概要{ 0.00% } 失败{ 0 } 通过{ 0 } 所有{ 1 }
| 用例集/测试用例 | 总计 | 通过 | 失败 | 错误 | 详细 |
| functions.login.Login | 1 | 0 | 0 | 1 | 详细 |
test_login |
ft1_1: Traceback (most recent call last):
File "/Users/pingzhang/Downloads/study/auto-test/util/config.py", line 24, in setUp
self.driver = webdriver.Remote(get_caps('6.0.1'), host)
File "/usr/local/lib/python3.7/site-packages/appium/webdriver/webdriver.py", line 139, in __init__
AppiumConnection(command_executor, keep_alive=keep_alive),
File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/remote_connection.py", line 109, in __init__
parsed_url = parse.urlparse(remote_server_addr)
File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/parse.py", line 367, in urlparse
url, scheme, _coerce_result = _coerce_args(url, scheme)
File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/parse.py", line 123, in _coerce_args
return _decode_args(args) + (_encode_result,)
File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/parse.py", line 107, in _decode_args
return tuple(x.decode(encoding, errors) if x else '' for x in args)
File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/parse.py", line 107, in <genexpr>
return tuple(x.decode(encoding, errors) if x else '' for x in args)
AttributeError: 'dict' object has no attribute 'decode'
|
||||
| 总计 | 1 | 0 | 0 | 1 | 通过率:0.00% |