windows搭建jenkins+allure+pytest遇到问题记录

1.

window环境构建选择Execute Windows batch command

 

2.指定python路径

Jenkins首页-->构建执行状态

windows搭建jenkins+allure+pytest遇到问题记录

 

windows搭建jenkins+allure+pytest遇到问题记录

 

 

3 报错:

No module named ‘pytest‘ 

卸载pip uninstall pytest

cmd 命令切换到python的scripts的目录下

重新安装pipip install pytest

 

4,再次构建会遇到其他的no module named ,同样在上个目录下继续安装

pip install allure-pytest

 

主要原因是在IDE运行时,会搜索所有相关的模块,而通过cmd命令或者Jenkins构建时,只会搜索当前目录下的模块

 

 

windows搭建jenkins+allure+pytest遇到问题记录

上一篇:Windows phone 8 学习笔记(7) 设备


下一篇:javascript 加入收藏夹 ,兼容IE firefox chrome ,解决 window.sidebar.addPanel is not a function