1、安装pytest-html类库
pip install pytest-html
2、脚本执行文件
if __name__ == "__main__":
pytest.main(["-sv", "D:\\002_Code\\WorkflowProject\\tests\\func", '--html=Report.html'])
1、安装pytest-html类库
pip install pytest-html
2、脚本执行文件
if __name__ == "__main__":
pytest.main(["-sv", "D:\\002_Code\\WorkflowProject\\tests\\func", '--html=Report.html'])