上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 26 下一页
摘要: 自动化脚本在eclipse中执行,没有问题。jenkins构建打包自动化脚本,在执行脚本时,遇到了脚本中发送的请求的参数为乱码,实现了如下一些解决办法: 1、设置操作系统环境JAVA_TOOL_OPTIONS = -Dfile.encoding=UTF-8 2、jenkins 系统管理> 系统设置 阅读全文
posted @ 2017-01-03 15:59 testway 阅读(1595) 评论(0) 推荐(0)
摘要: 使用cmd 执行java -jar executable.jar 测试包时,cmd显示中文正常,但是日志文件中中文显示不正常,也导致执行时不能正常做些检测和验证 这是由于cmd命令窗口的编码格式问题,需要设置为UTF-8格式,设置方式为:cmd窗口执行命令CHCP 65001 阅读全文
posted @ 2016-12-30 12:26 testway 阅读(443) 评论(0) 推荐(0)
摘要: Jenkins用户组管理 转载2015-06-10 21:44:24 标签:jenkinsrolestrategypluginusergroupcitools Jenkins用户组管理 转载2015-06-10 21:44:24 标签:jenkinsrolestrategypluginusergro 阅读全文
posted @ 2016-12-29 11:41 testway 阅读(6064) 评论(1) 推荐(0)
摘要: 1 阅读全文
posted @ 2016-12-29 11:19 testway 阅读(285) 评论(0) 推荐(0)
摘要: log4j:WARN No appenders could be found for logger (com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory).log4j:WARN Please initialize the log4j sy 阅读全文
posted @ 2016-12-29 10:58 testway 阅读(556) 评论(0) 推荐(0)
摘要: maven + selenium + jenkins 教程收集 Complete Guide for Selenium integration with jenkins Maven http://learn-automation.com/selenium-integration-with-jenki 阅读全文
posted @ 2016-12-29 10:42 testway 阅读(361) 评论(0) 推荐(0)
摘要: jenkins 设置权限后,管理员登陆提示:Access Denied admin没有Overall/Read权限 处理办法: window下编辑 xml 配置文件: %userprofile%\.jenkins\config.xml 去掉如下部分配置,重启jenkins 阅读全文
posted @ 2016-12-29 10:36 testway 阅读(7325) 评论(0) 推荐(0)
摘要: 1、pom添加 2、执行命令: mvn assembly:assembly / mvn clean compile assembly:single http://stackoverflow.com/questions/574594/how-can-i-create-an-executable-jar 阅读全文
posted @ 2016-12-28 21:16 testway 阅读(894) 评论(0) 推荐(1)
摘要: npm 安装了 appium 和 appium-doctor 运行命令,appium-doctor 提示找不到模块: C:\Users\autotest>appiummodule.js:471 throw err; ^ Error: Cannot find module 'C:\Windows\Sy 阅读全文
posted @ 2016-12-28 15:09 testway 阅读(34931) 评论(2) 推荐(1)
摘要: appium 使用findElementByAndroidUIAutomator 定位元素示例 阅读全文
posted @ 2016-12-27 12:21 testway 阅读(8467) 评论(4) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 26 下一页