安装:
- 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