jenkins+python+git自动化测试框架_【Python自动化】之运用Git+jenkins集成来运行展示pytest+allure测试报告...
目录:一、安装allure#安装allurebrewinstallallure安装完之后,查看是否成功!#查看allure版本allure--version二、生成allure报告1、安装allure-pytest插件为什么要安装这个呢,因为需要与pytest集成,能够在pytest运行完成之后,生成allure的文件#安装allure-pytestpipinstallallure-pytest2