1、pytest要生成allure可以解析的测试结果文件
①装pytest的allure插件。
pip install allure-pytest
②运行用例的时候生成结果文件:
pytest --allure=相对于rootdir的目录
③使用allure的命令生成报告:跳转到rootdir下,运行
allure serve 文件名
标签:pytest,接口,生成,学习,rootdir,allure,自动化 From: https://www.cnblogs.com/Miracle-/p/17476848.html