天天看点

pytest生成html测试报告

1、安装pytest-html类库

     pip install pytest-html

2、脚本执行文件

if __name__ == "__main__":
    pytest.main(["-sv", "D:\\002_Code\\WorkflowProject\\tests\\func", '--html=Report.html'])