Update README.md
cd pro
pytest –html=report/report.html
以PO模式编写测试脚本
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
说明文档
1.进入指定目录
cd pro
2.执行命令,生成测试报告,测试报告保存在report目录下
pytest –html=report/report.html