标签:方便 htm 截图 执行命令 inf 一个 错误 自带 main
安装
pip install PyTestReport
pytest框架执行命令
pytest.main(["-s", "test_login.py", "--pytest_report", "Report.html"])
使用这个第三方报告,这个命令是必须添加。"--pytest_report" ,后面指定报告路径
这个报告也支持二次开发,具体再另行百度吧
想用pytest自带的框架,不知道什么梗,总是参数错误,就找了一个这个报告,用起来还挺方便
报告截图
标签:方便 htm 截图 执行命令 inf 一个 错误 自带 main
原文地址:https://www.cnblogs.com/beile/p/11595840.html