标签:port 目录 通过 技术 ima -o 技术分享 info bubuko
安装:pip install pytest-html # 通过pip安装pytest-html
运行测试文件的时候,命令行加上对应参数即可
比如:pytest test_class.py --html=./report.html, (./report.html表示在当前目录下,创建名称叫report的html文件)
效果大概就是酱紫的
安装:pip install pytest-rerunfailures #通过pip安装pytest-rerunfailures
运行测试文件 pytest test_class.py --reruns 5 (失败重跑5次)
标签:port 目录 通过 技术 ima -o 技术分享 info bubuko
原文地址:https://www.cnblogs.com/pingguo-softwaretesting/p/9620121.html