上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页
摘要: https://blog.csdn.net/qq_33801641/article/details/116220346 官方源码查看:https://www.cnblogs.com/canghai1024/p/13877314.html return需要前置的函数(提前封装好) # @pytest. 阅读全文
posted @ 2021-09-17 19:38 mkay 阅读(109) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/BlueSkyyj/p/9188414.html https://blog.csdn.net/sinat_34209942/article/details/89880363 阅读全文
posted @ 2021-09-17 17:32 mkay 阅读(86) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wj-1314/p/8547763.html 阅读全文
posted @ 2021-09-16 16:51 mkay 阅读(97) 评论(0) 推荐(0)
摘要: https://www.zhihu.com/question/21792734 Sequel Pro 阅读全文
posted @ 2021-09-13 23:29 mkay 阅读(146) 评论(0) 推荐(0)
摘要: https://testerhome.com/topics/30872 阅读全文
posted @ 2021-09-09 19:29 mkay 阅读(299) 评论(0) 推荐(0)
摘要: 命令行实现代码参考:https://blog.csdn.net/weixin_42357472/article/details/87874472 附 pytest中使用conftest.py实现命令行传参 def pytest_addoption(parser): parser.addoption( 阅读全文
posted @ 2021-09-09 10:09 mkay 阅读(236) 评论(0) 推荐(0)
摘要: https://reportportal.io/docs 在pytest.ini文件中添加配置 执行 pytest.main(["--html=../reports/report.html", "--reportportal" ]) 待完善。。。 阅读全文
posted @ 2021-09-08 15:36 mkay 阅读(361) 评论(0) 推荐(0)
摘要: https://cuiqingcai.com/7776.html 阅读全文
posted @ 2021-09-06 14:57 mkay 阅读(23) 评论(0) 推荐(0)
摘要: httprunner3的log本身是不能在allure上展示的 可以通过改写\Lib\site-packages\httprunner\runner.py文件中的test_start方法实现报告存放allure中展示 添加一行 allure.attach.file(self.__log_path, 阅读全文
posted @ 2021-09-06 13:50 mkay 阅读(219) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1yU4y1L7bH?from=search&seid=12967589487345537355 pip install pytest-xdist 可以选择按文件或按模块实现并发 pytest.main(["-s", '--allur 阅读全文
posted @ 2021-09-05 20:36 mkay 阅读(445) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页