一、安装
pip install pytest-testreport
二、使用
终端执行:
pytest --report=musen.html --title=懿曲折扇情测试报告 --tester=gaojs --desc=xxx每日构建报告 --template=2
run.py
import pytest pytest.main(['--report=musen.html', '--title=懿曲折扇情测试报告', '--tester=gaojs', '--desc=xxx每日构建报告', '--template=2'])
三、报告