Report generated on 30-Sep-2020 at 19:31:06 by pytest-html v2.1.1
| Packages | {"pluggy": "0.13.1", "py": "1.8.1", "pytest": "5.4.3"} |
| Platform | Windows-10-10.0.18362-SP0 |
| Plugins | {"forked": "1.1.3", "html": "2.1.1", "metadata": "1.9.0", "rerunfailures": "9.0"} |
| Python | 3.6.8 |
9 tests ran in 319.22 seconds.
(Un)check the boxes to filter the results.
7 passed, 0 skipped, 2 failed, 0 errors, 0 expected failures, 0 unexpected passes, 0 rerun| Result | Test | Duration | Links |
|---|---|---|---|
| No results found. Try to check the filters | |||
| Failed | test_yjhc.py::test_xgxyrxm | 38.37 | |
|
args = (), kwargs = {}, start_time = 1601465404.2169192, log_name = 'test_yjhc', end_time = 1601465440.4017403 def wapper(*args, **kwargs): start_time = time.time() log_name = os.path.split(file)[-1].split(".")[0] # image_path = os.path.join(os.path.dirname(os.path.dirname(file)), "images") # image_path = os.path.join(image_path, log_name) # image_path += '.png' engine = BrowserEngine(url, login, log_name) try: ret = f(engine, *args, **kwargs) return ret except Exception as e: > raise e ..\..\engine\__init__.py:23: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\engine\__init__.py:20: in wapper ret = f(engine, *args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ engine = <engine.browser_engine.BrowserEngine object at 0x0000019C4AD23FD0> @pytest.mark.yjhcRdss @get_engine(__file__, url=URL1.format(**params1)) def test_xgxyrxm(engine): # 修改嫌疑人姓名 xyr_name = 'auto_test_name' time.sleep(0.5) engine.cancel_record() time.sleep(0.5) engine.driver.xpath("//span[@class='title']//span[text()='起诉意见书']")[0].click() time.sleep(0.5) engine.driver.xpath("//div[text()='嫌疑人基本信息']/..")[0].click() time.sleep(0.5) engine.driver.xpath("//div[text()='嫌疑人基本信息']/../..//div[contains(@class,'item___2HoCU')]")[0].click() time.sleep(0.5) engine.driver.xpath("//input[@id='起诉意见书_犯罪嫌疑人_0_犯罪嫌疑人姓名']")[-1].click() time.sleep(0.5) # engine.driver.xpath("//input[@id='起诉意见书_犯罪嫌疑人_0_犯罪嫌疑人姓名']")[-1].clear() js = '''document.querySelector("#起诉意见书_犯罪嫌疑人_0_犯罪嫌疑人姓名").value = "";''' engine.driver.execute_script(js) engine.driver.xpath("//input[@id='起诉意见书_犯罪嫌疑人_0_犯罪嫌疑人姓名']")[-1].send_keys(xyr_name) engine.driver.xpath("//span[text()='保 存']/..")[0].click() time.sleep(0.5) message = engine.driver.xpath("//div[@class='ant-message']//span[contains(text(),'保存成功')]") test_name = engine.driver.xpath("//input[@id='起诉意见书_犯罪嫌疑人_0_犯罪嫌疑人姓名']")[-1].text > assert len(message) == 1 and test_name == xyr_name E assert (1 == 1 and '' == 'auto_test_name' E + where 1 = len([<selenium.webdriver.remote.webelement.WebElement (session="f91d6c461ff09585c47fbdfcd16e3cea", element="486b66b9-398e-46e8-9e39-be005255ea51")>]) E - auto_test_name) test_yjhc.py:386: AssertionError ------------------------------Captured stderr call------------------------------ [2020-09-30 19:30:04,216] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 29] - the configPath: C:\Users\80980\znfz_autotest\config\config.ini [2020-09-30 19:30:04,217] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [2020-09-30 19:30:07,363] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : Chrome [2020-09-30 19:30:07,363] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 31] - browserName: Chrome [2020-09-30 19:30:19,686] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 36] - Open url: http://2u8997d500.zicp.vip:46630/cm [2020-09-30 19:30:22,309] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 39] - Maximize the current window. [2020-09-30 19:30:22,311] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 41] - Set implicitly wait 10 seconds. [2020-09-30 19:30:22,311] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : 周朝阳 [2020-09-30 19:30:22,311] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : qazwsxedc [2020-09-30 19:30:22,311] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 50] - username: 周朝阳 [2020-09-30 19:30:22,341] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 55] - tags.text:请选择所属部门 [2020-09-30 19:30:23,071] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 64] - tags2.text:瓯海区院 [2020-09-30 19:30:33,023] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 104] - the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [2020-09-30 19:30:40,401] - [ INFO] - [ test_yjhc] - [ __init__.py] - [ 27] - 执行时间:36.184821128845215s -------------------------------Captured log call-------------------------------- [32mINFO [0m test_yjhc:read_config.py:29 the configPath: C:\Users\80980\znfz_autotest\config\config.ini [32mINFO [0m test_yjhc:read_config.py:33 the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [32mINFO [0m test_yjhc:read_config.py:33 the browserType : Chrome [32mINFO [0m test_yjhc:browser_engine.py:31 browserName: Chrome [32mINFO [0m test_yjhc:browser_engine.py:36 Open url: http://2u8997d500.zicp.vip:46630/cm [32mINFO [0m test_yjhc:browser_engine.py:39 Maximize the current window. [32mINFO [0m test_yjhc:browser_engine.py:41 Set implicitly wait 10 seconds. [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : 周朝阳 [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : qazwsxedc [32mINFO [0m test_yjhc:browser_engine.py:50 username: 周朝阳 [32mINFO [0m test_yjhc:browser_engine.py:55 tags.text:请选择所属部门 [32mINFO [0m test_yjhc:browser_engine.py:64 tags2.text:瓯海区院 [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4AD1B860>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/6e1fb2de542c3145da04f23d0fea0b22 [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4AD33B38>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/6e1fb2de542c3145da04f23d0fea0b22 [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4AD33E48>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/6e1fb2de542c3145da04f23d0fea0b22 [32mINFO [0m test_yjhc:browser_engine.py:104 the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [32mINFO [0m test_yjhc:__init__.py:27 执行时间:36.184821128845215s | |||
| Failed | test_yjhc.py::test_xgxyrqtxx | 16.18 | |
|
args = (), kwargs = {}, start_time = 1601465450.653283, log_name = 'test_yjhc' def wapper(*args, **kwargs): start_time = time.time() log_name = os.path.split(file)[-1].split(".")[0] # image_path = os.path.join(os.path.dirname(os.path.dirname(file)), "images") # image_path = os.path.join(image_path, log_name) # image_path += '.png' > engine = BrowserEngine(url, login, log_name) ..\..\engine\__init__.py:18: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\engine\browser_engine.py:22: in __init__ self.login_znfz() ..\..\engine\browser_engine.py:54: in login_znfz tags = self.driver.find_element_by_xpath('//*[@id="root"]/div/div/div[2]/form/div[1]/div/div/span/span/span') d:\program files\python36\lib\site-packages\selenium\webdriver\remote\webdriver.py:394: in find_element_by_xpath return self.find_element(by=By.XPATH, value=xpath) d:\program files\python36\lib\site-packages\selenium\webdriver\remote\webdriver.py:978: in find_element 'value': value})['value'] d:\program files\python36\lib\site-packages\selenium\webdriver\remote\webdriver.py:321: in execute self.error_handler.check_response(response) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x0000019C4B65BA20> response = {'status': 404, 'value': '{"value":{"error":"no such element","message":"no such element: Unable to locate element: {\...\n\\tRtlGetAppContainerNamedObjectPath [0x776B7C24+228]\\n\\tRtlGetAppContainerNamedObjectPath [0x776B7BF4+180]\\n"}}'} def check_response(self, response): """ Checks that a JSON response from the WebDriver does not have an error. :Args: - response - The JSON response from the WebDriver server as a dictionary object. :Raises: If the response contains an error message. """ status = response.get('status', None) if status is None or status == ErrorCode.SUCCESS: return value = None message = response.get("message", "") screen = response.get("screen", "") stacktrace = None if isinstance(status, int): value_json = response.get('value', None) if value_json and isinstance(value_json, basestring): import json try: value = json.loads(value_json) if len(value.keys()) == 1: value = value['value'] status = value.get('error', None) if status is None: status = value["status"] message = value["value"] if not isinstance(message, basestring): value = message message = message.get('message') else: message = value.get('message', None) except ValueError: pass exception_class = ErrorInResponseException if status in ErrorCode.NO_SUCH_ELEMENT: exception_class = NoSuchElementException elif status in ErrorCode.NO_SUCH_FRAME: exception_class = NoSuchFrameException elif status in ErrorCode.NO_SUCH_WINDOW: exception_class = NoSuchWindowException elif status in ErrorCode.STALE_ELEMENT_REFERENCE: exception_class = StaleElementReferenceException elif status in ErrorCode.ELEMENT_NOT_VISIBLE: exception_class = ElementNotVisibleException elif status in ErrorCode.INVALID_ELEMENT_STATE: exception_class = InvalidElementStateException elif status in ErrorCode.INVALID_SELECTOR \ or status in ErrorCode.INVALID_XPATH_SELECTOR \ or status in ErrorCode.INVALID_XPATH_SELECTOR_RETURN_TYPER: exception_class = InvalidSelectorException elif status in ErrorCode.ELEMENT_IS_NOT_SELECTABLE: exception_class = ElementNotSelectableException elif status in ErrorCode.ELEMENT_NOT_INTERACTABLE: exception_class = ElementNotInteractableException elif status in ErrorCode.INVALID_COOKIE_DOMAIN: exception_class = InvalidCookieDomainException elif status in ErrorCode.UNABLE_TO_SET_COOKIE: exception_class = UnableToSetCookieException elif status in ErrorCode.TIMEOUT: exception_class = TimeoutException elif status in ErrorCode.SCRIPT_TIMEOUT: exception_class = TimeoutException elif status in ErrorCode.UNKNOWN_ERROR: exception_class = WebDriverException elif status in ErrorCode.UNEXPECTED_ALERT_OPEN: exception_class = UnexpectedAlertPresentException elif status in ErrorCode.NO_ALERT_OPEN: exception_class = NoAlertPresentException elif status in ErrorCode.IME_NOT_AVAILABLE: exception_class = ImeNotAvailableException elif status in ErrorCode.IME_ENGINE_ACTIVATION_FAILED: exception_class = ImeActivationFailedException elif status in ErrorCode.MOVE_TARGET_OUT_OF_BOUNDS: exception_class = MoveTargetOutOfBoundsException elif status in ErrorCode.JAVASCRIPT_ERROR: exception_class = JavascriptException elif status in ErrorCode.SESSION_NOT_CREATED: exception_class = SessionNotCreatedException elif status in ErrorCode.INVALID_ARGUMENT: exception_class = InvalidArgumentException elif status in ErrorCode.NO_SUCH_COOKIE: exception_class = NoSuchCookieException elif status in ErrorCode.UNABLE_TO_CAPTURE_SCREEN: exception_class = ScreenshotException elif status in ErrorCode.ELEMENT_CLICK_INTERCEPTED: exception_class = ElementClickInterceptedException elif status in ErrorCode.INSECURE_CERTIFICATE: exception_class = InsecureCertificateException elif status in ErrorCode.INVALID_COORDINATES: exception_class = InvalidCoordinatesException elif status in ErrorCode.INVALID_SESSION_ID: exception_class = InvalidSessionIdException elif status in ErrorCode.UNKNOWN_METHOD: exception_class = UnknownMethodException else: exception_class = WebDriverException if value == '' or value is None: value = response['value'] if isinstance(value, basestring): if exception_class == ErrorInResponseException: raise exception_class(response, value) raise exception_class(value) if message == "" and 'message' in value: message = value['message'] screen = None if 'screen' in value: screen = value['screen'] stacktrace = None if 'stackTrace' in value and value['stackTrace']: stacktrace = [] try: for frame in value['stackTrace']: line = self._value_or_default(frame, 'lineNumber', '') file = self._value_or_default(frame, 'fileName', '<anonymous>') if line: file = "%s:%s" % (file, line) meth = self._value_or_default(frame, 'methodName', '<anonymous>') if 'className' in frame: meth = "%s.%s" % (frame['className'], meth) msg = " at %s (%s)" msg = msg % (meth, file) stacktrace.append(msg) except TypeError: pass if exception_class == ErrorInResponseException: raise exception_class(response, message) elif exception_class == UnexpectedAlertPresentException: alert_text = None if 'data' in value: alert_text = value['data'].get('text') elif 'alert' in value: alert_text = value['alert'].get('text') raise exception_class(message, screen, stacktrace, alert_text) > raise exception_class(message, screen, stacktrace) E selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="root"]/div/div/div[2]/form/div[1]/div/div/span/span/span"} E (Session info: chrome=85.0.4183.121) d:\program files\python36\lib\site-packages\selenium\webdriver\remote\errorhandler.py:242: NoSuchElementException ------------------------------Captured stderr call------------------------------ [2020-09-30 19:30:50,653] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 29] - the configPath: C:\Users\80980\znfz_autotest\config\config.ini [2020-09-30 19:30:50,654] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [2020-09-30 19:30:53,929] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : Chrome [2020-09-30 19:30:53,929] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 31] - browserName: Chrome [2020-09-30 19:30:54,192] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 36] - Open url: http://2u8997d500.zicp.vip:46630/cm [2020-09-30 19:30:56,816] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 39] - Maximize the current window. [2020-09-30 19:30:56,818] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 41] - Set implicitly wait 10 seconds. [2020-09-30 19:30:56,818] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : 周朝阳 [2020-09-30 19:30:56,818] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : qazwsxedc [2020-09-30 19:30:56,818] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 50] - username: 周朝阳 -------------------------------Captured log call-------------------------------- [32mINFO [0m test_yjhc:read_config.py:29 the configPath: C:\Users\80980\znfz_autotest\config\config.ini [32mINFO [0m test_yjhc:read_config.py:33 the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [32mINFO [0m test_yjhc:read_config.py:33 the browserType : Chrome [32mINFO [0m test_yjhc:browser_engine.py:31 browserName: Chrome [32mINFO [0m test_yjhc:browser_engine.py:36 Open url: http://2u8997d500.zicp.vip:46630/cm [32mINFO [0m test_yjhc:browser_engine.py:39 Maximize the current window. [32mINFO [0m test_yjhc:browser_engine.py:41 Set implicitly wait 10 seconds. [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : 周朝阳 [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : qazwsxedc [32mINFO [0m test_yjhc:browser_engine.py:50 username: 周朝阳 | |||
| Passed | test_yjhc.py::test_xzss | 31.02 | |
|
------------------------------Captured stderr call------------------------------ [2020-09-30 19:25:47,886] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 29] - the configPath: C:\Users\80980\znfz_autotest\config\config.ini [2020-09-30 19:25:47,888] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [2020-09-30 19:25:51,261] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : Chrome [2020-09-30 19:25:51,262] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 31] - browserName: Chrome [2020-09-30 19:26:02,994] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 36] - Open url: http://2u8997d500.zicp.vip:46630/cm [2020-09-30 19:26:05,639] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 39] - Maximize the current window. [2020-09-30 19:26:05,642] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 41] - Set implicitly wait 10 seconds. [2020-09-30 19:26:05,642] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : 周朝阳 [2020-09-30 19:26:05,642] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : qazwsxedc [2020-09-30 19:26:05,642] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 50] - username: 周朝阳 [2020-09-30 19:26:05,681] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 55] - tags.text:请选择所属部门 [2020-09-30 19:26:06,376] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 64] - tags2.text:瓯海区院 [2020-09-30 19:26:08,373] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 104] - the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [2020-09-30 19:26:16,741] - [ INFO] - [ test_yjhc] - [ __init__.py] - [ 27] - 执行时间:28.855818033218384s -------------------------------Captured log call-------------------------------- [32mINFO [0m test_yjhc:read_config.py:29 the configPath: C:\Users\80980\znfz_autotest\config\config.ini [32mINFO [0m test_yjhc:read_config.py:33 the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [32mINFO [0m test_yjhc:read_config.py:33 the browserType : Chrome [32mINFO [0m test_yjhc:browser_engine.py:31 browserName: Chrome [32mINFO [0m test_yjhc:browser_engine.py:36 Open url: http://2u8997d500.zicp.vip:46630/cm [32mINFO [0m test_yjhc:browser_engine.py:39 Maximize the current window. [32mINFO [0m test_yjhc:browser_engine.py:41 Set implicitly wait 10 seconds. [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : 周朝阳 [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : qazwsxedc [32mINFO [0m test_yjhc:browser_engine.py:50 username: 周朝阳 [32mINFO [0m test_yjhc:browser_engine.py:55 tags.text:请选择所属部门 [32mINFO [0m test_yjhc:browser_engine.py:64 tags2.text:瓯海区院 [32mINFO [0m test_yjhc:browser_engine.py:104 the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [32mINFO [0m test_yjhc:__init__.py:27 执行时间:28.855818033218384s | |||
| Passed | test_yjhc.py::test_xzssgl | 34.19 | |
|
------------------------------Captured stderr call------------------------------ [2020-09-30 19:26:26,926] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 29] - the configPath: C:\Users\80980\znfz_autotest\config\config.ini [2020-09-30 19:26:26,926] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [2020-09-30 19:26:30,154] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : Chrome [2020-09-30 19:26:30,154] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 31] - browserName: Chrome [2020-09-30 19:26:41,927] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 36] - Open url: http://2u8997d500.zicp.vip:46630/cm [2020-09-30 19:26:44,562] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 39] - Maximize the current window. [2020-09-30 19:26:44,564] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 41] - Set implicitly wait 10 seconds. [2020-09-30 19:26:44,564] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : 周朝阳 [2020-09-30 19:26:44,564] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : qazwsxedc [2020-09-30 19:26:44,564] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 50] - username: 周朝阳 [2020-09-30 19:26:44,596] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 55] - tags.text:请选择所属部门 [2020-09-30 19:26:45,291] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 64] - tags2.text:瓯海区院 [2020-09-30 19:26:47,229] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 104] - the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [2020-09-30 19:26:55,593] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 104] - the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/doubtfulPoint?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [2020-09-30 19:26:58,973] - [ INFO] - [ test_yjhc] - [ __init__.py] - [ 27] - 执行时间:32.04827404022217s -------------------------------Captured log call-------------------------------- [32mINFO [0m test_yjhc:read_config.py:29 the configPath: C:\Users\80980\znfz_autotest\config\config.ini [32mINFO [0m test_yjhc:read_config.py:33 the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [32mINFO [0m test_yjhc:read_config.py:33 the browserType : Chrome [32mINFO [0m test_yjhc:browser_engine.py:31 browserName: Chrome [32mINFO [0m test_yjhc:browser_engine.py:36 Open url: http://2u8997d500.zicp.vip:46630/cm [32mINFO [0m test_yjhc:browser_engine.py:39 Maximize the current window. [32mINFO [0m test_yjhc:browser_engine.py:41 Set implicitly wait 10 seconds. [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : 周朝阳 [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : qazwsxedc [32mINFO [0m test_yjhc:browser_engine.py:50 username: 周朝阳 [32mINFO [0m test_yjhc:browser_engine.py:55 tags.text:请选择所属部门 [32mINFO [0m test_yjhc:browser_engine.py:64 tags2.text:瓯海区院 [32mINFO [0m test_yjhc:browser_engine.py:104 the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [32mINFO [0m test_yjhc:browser_engine.py:104 the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/doubtfulPoint?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [32mINFO [0m test_yjhc:__init__.py:27 执行时间:32.04827404022217s | |||
| Passed | test_yjhc.py::test_scxzss | 36.89 | |
|
------------------------------Captured stderr call------------------------------ [2020-09-30 19:27:01,124] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 29] - the configPath: C:\Users\80980\znfz_autotest\config\config.ini [2020-09-30 19:27:09,144] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [2020-09-30 19:27:12,310] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : Chrome [2020-09-30 19:27:12,310] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 31] - browserName: Chrome [2020-09-30 19:27:24,075] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 36] - Open url: http://2u8997d500.zicp.vip:46630/cm [2020-09-30 19:27:26,714] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 39] - Maximize the current window. [2020-09-30 19:27:26,714] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 41] - Set implicitly wait 10 seconds. [2020-09-30 19:27:26,714] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : 周朝阳 [2020-09-30 19:27:26,716] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : qazwsxedc [2020-09-30 19:27:26,716] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 50] - username: 周朝阳 [2020-09-30 19:27:26,745] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 55] - tags.text:请选择所属部门 [2020-09-30 19:27:27,463] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 64] - tags2.text:瓯海区院 [2020-09-30 19:27:29,336] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 104] - the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [2020-09-30 19:27:35,879] - [ INFO] - [ test_yjhc] - [ __init__.py] - [ 27] - 执行时间:34.756404399871826s -------------------------------Captured log call-------------------------------- [32mINFO [0m test_yjhc:read_config.py:29 the configPath: C:\Users\80980\znfz_autotest\config\config.ini [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4AD08E10>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/89888c4cdff3f2dd1f182c174f3abba4 [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4AD6DE80>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/89888c4cdff3f2dd1f182c174f3abba4 [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4ADE80B8>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/89888c4cdff3f2dd1f182c174f3abba4 [32mINFO [0m test_yjhc:read_config.py:33 the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [32mINFO [0m test_yjhc:read_config.py:33 the browserType : Chrome [32mINFO [0m test_yjhc:browser_engine.py:31 browserName: Chrome [32mINFO [0m test_yjhc:browser_engine.py:36 Open url: http://2u8997d500.zicp.vip:46630/cm [32mINFO [0m test_yjhc:browser_engine.py:39 Maximize the current window. [32mINFO [0m test_yjhc:browser_engine.py:41 Set implicitly wait 10 seconds. [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : 周朝阳 [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : qazwsxedc [32mINFO [0m test_yjhc:browser_engine.py:50 username: 周朝阳 [32mINFO [0m test_yjhc:browser_engine.py:55 tags.text:请选择所属部门 [32mINFO [0m test_yjhc:browser_engine.py:64 tags2.text:瓯海区院 [32mINFO [0m test_yjhc:browser_engine.py:104 the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [32mINFO [0m test_yjhc:__init__.py:27 执行时间:34.756404399871826s | |||
| Passed | test_yjhc.py::test_ssglzlbsrnr | 35.17 | |
|
------------------------------Captured stderr call------------------------------ [2020-09-30 19:27:38,019] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 29] - the configPath: C:\Users\80980\znfz_autotest\config\config.ini [2020-09-30 19:27:38,020] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [2020-09-30 19:27:46,586] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : Chrome [2020-09-30 19:27:46,586] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 31] - browserName: Chrome [2020-09-30 19:27:58,302] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 36] - Open url: http://2u8997d500.zicp.vip:46630/cm [2020-09-30 19:28:00,937] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 39] - Maximize the current window. [2020-09-30 19:28:00,939] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 41] - Set implicitly wait 10 seconds. [2020-09-30 19:28:00,939] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : 周朝阳 [2020-09-30 19:28:00,939] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : qazwsxedc [2020-09-30 19:28:00,939] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 50] - username: 周朝阳 [2020-09-30 19:28:00,969] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 55] - tags.text:请选择所属部门 [2020-09-30 19:28:01,657] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 64] - tags2.text:瓯海区院 [2020-09-30 19:28:03,523] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 104] - the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [2020-09-30 19:28:11,064] - [ INFO] - [ test_yjhc] - [ __init__.py] - [ 27] - 执行时间:33.04562973976135s -------------------------------Captured log call-------------------------------- [32mINFO [0m test_yjhc:read_config.py:29 the configPath: C:\Users\80980\znfz_autotest\config\config.ini [32mINFO [0m test_yjhc:read_config.py:33 the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4ADE8940>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/b6d4ab8f819c862321d07a72cbadd5bc [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4ADFCDA0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/b6d4ab8f819c862321d07a72cbadd5bc [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4ADFCEF0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/b6d4ab8f819c862321d07a72cbadd5bc [32mINFO [0m test_yjhc:read_config.py:33 the browserType : Chrome [32mINFO [0m test_yjhc:browser_engine.py:31 browserName: Chrome [32mINFO [0m test_yjhc:browser_engine.py:36 Open url: http://2u8997d500.zicp.vip:46630/cm [32mINFO [0m test_yjhc:browser_engine.py:39 Maximize the current window. [32mINFO [0m test_yjhc:browser_engine.py:41 Set implicitly wait 10 seconds. [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : 周朝阳 [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : qazwsxedc [32mINFO [0m test_yjhc:browser_engine.py:50 username: 周朝阳 [32mINFO [0m test_yjhc:browser_engine.py:55 tags.text:请选择所属部门 [32mINFO [0m test_yjhc:browser_engine.py:64 tags2.text:瓯海区院 [32mINFO [0m test_yjhc:browser_engine.py:104 the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [32mINFO [0m test_yjhc:__init__.py:27 执行时间:33.04562973976135s | |||
| Passed | test_yjhc.py::test_ssglzlsrnr | 30.70 | |
|
------------------------------Captured stderr call------------------------------ [2020-09-30 19:28:13,189] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 29] - the configPath: C:\Users\80980\znfz_autotest\config\config.ini [2020-09-30 19:28:13,190] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [2020-09-30 19:28:16,451] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : Chrome [2020-09-30 19:28:16,451] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 31] - browserName: Chrome [2020-09-30 19:28:28,127] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 36] - Open url: http://2u8997d500.zicp.vip:46630/cm [2020-09-30 19:28:30,751] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 39] - Maximize the current window. [2020-09-30 19:28:30,753] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 41] - Set implicitly wait 10 seconds. [2020-09-30 19:28:30,753] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : 周朝阳 [2020-09-30 19:28:30,753] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : qazwsxedc [2020-09-30 19:28:30,753] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 50] - username: 周朝阳 [2020-09-30 19:28:30,784] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 55] - tags.text:请选择所属部门 [2020-09-30 19:28:31,476] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 64] - tags2.text:瓯海区院 [2020-09-30 19:28:33,404] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 104] - the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [2020-09-30 19:28:41,661] - [ INFO] - [ test_yjhc] - [ __init__.py] - [ 27] - 执行时间:28.47223997116089s -------------------------------Captured log call-------------------------------- [32mINFO [0m test_yjhc:read_config.py:29 the configPath: C:\Users\80980\znfz_autotest\config\config.ini [32mINFO [0m test_yjhc:read_config.py:33 the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [32mINFO [0m test_yjhc:read_config.py:33 the browserType : Chrome [32mINFO [0m test_yjhc:browser_engine.py:31 browserName: Chrome [32mINFO [0m test_yjhc:browser_engine.py:36 Open url: http://2u8997d500.zicp.vip:46630/cm [32mINFO [0m test_yjhc:browser_engine.py:39 Maximize the current window. [32mINFO [0m test_yjhc:browser_engine.py:41 Set implicitly wait 10 seconds. [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : 周朝阳 [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : qazwsxedc [32mINFO [0m test_yjhc:browser_engine.py:50 username: 周朝阳 [32mINFO [0m test_yjhc:browser_engine.py:55 tags.text:请选择所属部门 [32mINFO [0m test_yjhc:browser_engine.py:64 tags2.text:瓯海区院 [32mINFO [0m test_yjhc:browser_engine.py:104 the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [32mINFO [0m test_yjhc:__init__.py:27 执行时间:28.47223997116089s | |||
| Passed | test_yjhc.py::test_ssglzlbsrnrgldx | 31.80 | |
|
------------------------------Captured stderr call------------------------------ [2020-09-30 19:28:51,908] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 29] - the configPath: C:\Users\80980\znfz_autotest\config\config.ini [2020-09-30 19:28:51,909] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [2020-09-30 19:28:55,041] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : Chrome [2020-09-30 19:28:55,042] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 31] - browserName: Chrome [2020-09-30 19:29:06,959] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 36] - Open url: http://2u8997d500.zicp.vip:46630/cm [2020-09-30 19:29:09,586] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 39] - Maximize the current window. [2020-09-30 19:29:09,588] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 41] - Set implicitly wait 10 seconds. [2020-09-30 19:29:09,588] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : 周朝阳 [2020-09-30 19:29:09,588] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : qazwsxedc [2020-09-30 19:29:09,588] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 50] - username: 周朝阳 [2020-09-30 19:29:09,619] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 55] - tags.text:请选择所属部门 [2020-09-30 19:29:10,362] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 64] - tags2.text:瓯海区院 [2020-09-30 19:29:12,284] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 104] - the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [2020-09-30 19:29:21,485] - [ INFO] - [ test_yjhc] - [ __init__.py] - [ 27] - 执行时间:29.57704257965088s -------------------------------Captured log call-------------------------------- [32mINFO [0m test_yjhc:read_config.py:29 the configPath: C:\Users\80980\znfz_autotest\config\config.ini [32mINFO [0m test_yjhc:read_config.py:33 the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [32mINFO [0m test_yjhc:read_config.py:33 the browserType : Chrome [32mINFO [0m test_yjhc:browser_engine.py:31 browserName: Chrome [32mINFO [0m test_yjhc:browser_engine.py:36 Open url: http://2u8997d500.zicp.vip:46630/cm [32mINFO [0m test_yjhc:browser_engine.py:39 Maximize the current window. [32mINFO [0m test_yjhc:browser_engine.py:41 Set implicitly wait 10 seconds. [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : 周朝阳 [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : qazwsxedc [32mINFO [0m test_yjhc:browser_engine.py:50 username: 周朝阳 [32mINFO [0m test_yjhc:browser_engine.py:55 tags.text:请选择所属部门 [32mINFO [0m test_yjhc:browser_engine.py:64 tags2.text:瓯海区院 [32mINFO [0m test_yjhc:browser_engine.py:104 the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [32mINFO [0m test_yjhc:__init__.py:27 执行时间:29.57704257965088s | |||
| Passed | test_yjhc.py::test_ssglzlsrnrgldx | 40.50 | |
|
------------------------------Captured stderr call------------------------------ [2020-09-30 19:29:23,714] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 29] - the configPath: C:\Users\80980\znfz_autotest\config\config.ini [2020-09-30 19:29:31,730] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [2020-09-30 19:29:34,988] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 33] - the browserType : Chrome [2020-09-30 19:29:34,989] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 31] - browserName: Chrome [2020-09-30 19:29:46,670] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 36] - Open url: http://2u8997d500.zicp.vip:46630/cm [2020-09-30 19:29:49,293] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 39] - Maximize the current window. [2020-09-30 19:29:49,295] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 41] - Set implicitly wait 10 seconds. [2020-09-30 19:29:49,295] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : 周朝阳 [2020-09-30 19:29:49,295] - [ INFO] - [ test_yjhc] - [ read_config.py] - [ 43] - the userInfo : qazwsxedc [2020-09-30 19:29:49,295] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 50] - username: 周朝阳 [2020-09-30 19:29:49,326] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 55] - tags.text:请选择所属部门 [2020-09-30 19:29:50,055] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 64] - tags2.text:瓯海区院 [2020-09-30 19:29:51,980] - [ INFO] - [ test_yjhc] - [ browser_engine.py] - [ 104] - the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [2020-09-30 19:30:01,963] - [ INFO] - [ test_yjhc] - [ __init__.py] - [ 27] - 执行时间:38.250704288482666s -------------------------------Captured log call-------------------------------- [32mINFO [0m test_yjhc:read_config.py:29 the configPath: C:\Users\80980\znfz_autotest\config\config.ini [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4AD23BE0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/c0d17808a63d7f71cd54c24ec0e7951e [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4AD33CF8>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/c0d17808a63d7f71cd54c24ec0e7951e [33mWARNING [0m urllib3.connectionpool:connectionpool.py:750 Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000019C4AD33E48>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)': /session/c0d17808a63d7f71cd54c24ec0e7951e [32mINFO [0m test_yjhc:read_config.py:33 the browserType : C:/Users/80980/znfz_autotest/driver/chromedriver.exe [32mINFO [0m test_yjhc:read_config.py:33 the browserType : Chrome [32mINFO [0m test_yjhc:browser_engine.py:31 browserName: Chrome [32mINFO [0m test_yjhc:browser_engine.py:36 Open url: http://2u8997d500.zicp.vip:46630/cm [32mINFO [0m test_yjhc:browser_engine.py:39 Maximize the current window. [32mINFO [0m test_yjhc:browser_engine.py:41 Set implicitly wait 10 seconds. [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : 周朝阳 [32mINFO [0m test_yjhc:read_config.py:43 the userInfo : qazwsxedc [32mINFO [0m test_yjhc:browser_engine.py:50 username: 周朝阳 [32mINFO [0m test_yjhc:browser_engine.py:55 tags.text:请选择所属部门 [32mINFO [0m test_yjhc:browser_engine.py:64 tags2.text:瓯海区院 [32mINFO [0m test_yjhc:browser_engine.py:104 the testUrl : http://2u8997d500.zicp.vip:46630/cm/currencydeal/瓯检起诉受[2020]33030400557号/file?bmsah=瓯检起诉受[2020]33030400557号&stage=GS&tysah=33030420200013400&ysay=盗窃罪 [32mINFO [0m test_yjhc:__init__.py:27 执行时间:38.250704288482666s | |||