Python自动化测试系列[v1.0.0][html testRunner测试报告]
安装 pip install html-testRunner 测试代码 # encoding = utf-8 ''' @Time : 2018/8/14 20:41 @Author : davieyang @File : test_AjaxElement.py @Software: PyCharm ''' import traceback from selenium import webdriver from selenium.common.exceptions import NoSuchElementException from selenium.webdriver.comm
用户评论