- 博客(3)
- 问答 (6)
- 收藏
- 关注
原创 生成测试报告时遇到问题TypeError: a bytes-like object is required, not ‘str‘
场景:使用python做自动化测试,用HTMLTestRunner生成自动化测试报告。
2022-08-09 16:41:55 1061 1
原创 BeautifulReport的两种截图
1、关键步骤截图,任意部位截图class Test(unittest.TestCase): # 定义一个保存截图函数 def save_img(self, img_name): self.browser.get_screenshot_as_file('{}/{}.png'.format(os.path.abspath(r"图片存放路径"), img_name))调用:@BeautifulReport.add_test_img('步骤1截图','步骤2截图',
2021-12-21 16:11:22 1260 1
原创 selenium4降级为selenium3
“find_element_by_* commands are deprecated. Please use find_element() instead”针对selenium4弃用find_element_by_* ,改用find_element(),用的实在不习惯,如果还用find_element_by_*会出现一条横杠。1、可以先看一下现在的selenium版本:pip show selnium2、卸载当前的selenium:pip uninstall selenium3、..
2021-12-17 11:20:02 6164 1
空空如也
postman接口返回值有斜杠\,如何做断言判断返回值是否正确?
2022-06-30
pywinauto能不能做PC客户端的接口自动化测试?
2022-06-14
python自动化中怎样使每个用例都保持登录状态?
2022-01-20
python自动化测试时,怎么让每个用例都保持登录状态?
2022-01-20
用python写的简单接口,报错如下,不知道如何解决
2021-12-27
TA创建的收藏夹 TA关注的收藏夹
TA关注的人