安装:
- pip install allure-pytest
- pip install pytest-html
生成报告:
- pytest --alluredir=Output/allure_data
- allure generate Output/allure_data -o Output/allure_report --clean
- pytest --html=Output/report.html
安装:
- pip install allure-pytest
- pip install pytest-html
生成报告:
- pytest --alluredir=Output/allure_data
- allure generate Output/allure_data -o Output/allure_report --clean
- pytest --html=Output/report.html
本文标题:pytest报告
本文链接:https://www.haomeiwen.com/subject/xoykfltx.html
网友评论