08 2022 档案

摘要:官方文档解释 源码(FixtureRequest类中) @property def cls(self): """Class (can be None) where the test function was collected.""" if self.scope not in ("class", " 阅读全文
posted @ 2022-08-24 13:44 卡卡罗纳 阅读(411) 评论(0) 推荐(0)
摘要:报错一: Unable to access jarfile 解决办法:当前在 下载 目录下启动的,更换jmeter位置(不要放在“下载”目录下,桌面测试OK),启动OK 报错二: 使用Java11,jmeter启动完成,使用时出现闪退(jmeter版本5.5) 解决办法:使用Java1.8 阅读全文
posted @ 2022-08-08 21:03 卡卡罗纳 阅读(615) 评论(0) 推荐(0)
摘要:github地址:https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/python/tests/getting_started/test_install_drivers.py 安装第三方库:webdriver_ 阅读全文
posted @ 2022-08-08 20:45 卡卡罗纳 阅读(1606) 评论(0) 推荐(0)