pytest+allure生成测试报告

搭建环境

自动打开报告:

#--alluredir = ../../report/apiReport/tep  --生成allure报告需要的数据源
pytest.main(['test_addCustomer.py','-s','--alluredir','../../report/apiReport/tep'])
#alluredir generate --生成报告
#方案二: allure serve --起服务 --自动打开浏览器 --一般要设置默认浏览器(谷歌、火狐)
os.system('allure serve ../../report/apiReport/tep')
#生成测试报告

 

posted @ 2020-11-03 16:27  西西cc  阅读(236)  评论(0编辑  收藏  举报