1、邮件配置(略)
2、使用pytest执行测试用例并生成allure中间报告
在测试脚本根目录执行以下命令:
python -m pytest E:\git\steelphone_api_test02\test_case --alluredir report
这个时候脚本根目录的report目录下生成了几个文件,类似下面的文件,但是还不是allure最终的测试报告,还需要和jenkins的Allure Jenkins Plugin配合生成最终的测试报告
在测试脚本根目录执行以下命令:
python -m pytest E:\git\steelphone_api_test02\test_case --alluredir report