码迷,mamicode.com
首页 > 编程语言 > 详细

在JENKINS上部署selenium+python环境遇到的坑

时间:2017-09-06 15:39:37      阅读:509      评论:0      收藏:0      [点我收藏+]

标签:部署   docbase   tomcat部署   log   row   cte   ada   jsm   res   

1.找不到浏览器

   需安装PyVirtualDisplay

   安装的时候发现pip不好用,只能用pip.exe

 

2.执行Firefox的时候log报错

  ###!!! [Parent][MessageChannel] Error: (msgtype=0x2E007D,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv

  JavaScript error: resource://app/modules/ContentCrashHandlers.jsm, line 75: TypeError: browser.permanentKey is not a non-null object

  ###!!! [Parent][MessageChannel] Error: (msgtype=0x2E007D,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv

  org.openqa.selenium.remote.ProtocolHandshake createSession
  INFORMATION: Detected dialect: W3C

  ###!!! [Parent][MessageChannel] Error: (msgtype=0x2E007D,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv  
  
  换了n个浏览器版本+driver版本
  最后发现是因为火狐加载了一个vpn插件。。禁用了就可以了

 

3.输出的report路径挂载在tomcat上,却403/404

  因为tomcat默认的设置不是实时reload

  需要在/conf/sever.xml下的host标签中加一行

  <Context path="tomcat部署路径" docBase="文件夹相对or绝对路径" debug="0" reloadable="true"/> 

 

在JENKINS上部署selenium+python环境遇到的坑

标签:部署   docbase   tomcat部署   log   row   cte   ada   jsm   res   

原文地址:http://www.cnblogs.com/modanta/p/7484661.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!