会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
testway
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
26
下一页
2017年1月3日
jenkins 执行可执行jar包测试中,请求乱码解决办法
摘要: 自动化脚本在eclipse中执行,没有问题。jenkins构建打包自动化脚本,在执行脚本时,遇到了脚本中发送的请求的参数为乱码,实现了如下一些解决办法: 1、设置操作系统环境JAVA_TOOL_OPTIONS = -Dfile.encoding=UTF-8 2、jenkins 系统管理> 系统设置
阅读全文
posted @ 2017-01-03 15:59 testway
阅读(1595)
评论(0)
推荐(0)
2016年12月30日
cmd 命令设置UTF8
摘要: 使用cmd 执行java -jar executable.jar 测试包时,cmd显示中文正常,但是日志文件中中文显示不正常,也导致执行时不能正常做些检测和验证 这是由于cmd命令窗口的编码格式问题,需要设置为UTF-8格式,设置方式为:cmd窗口执行命令CHCP 65001
阅读全文
posted @ 2016-12-30 12:26 testway
阅读(443)
评论(0)
推荐(0)
2016年12月29日
Jenkins用户组管理
摘要: 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)
2份能用的log4j.xml
摘要: 1
阅读全文
posted @ 2016-12-29 11:19 testway
阅读(285)
评论(0)
推荐(0)
执行测试遇到log4j 没有找到日志appenders
摘要: 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 教程收集
摘要: 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权限
摘要: jenkins 设置权限后,管理员登陆提示:Access Denied admin没有Overall/Read权限 处理办法: window下编辑 xml 配置文件: %userprofile%\.jenkins\config.xml 去掉如下部分配置,重启jenkins
阅读全文
posted @ 2016-12-29 10:36 testway
阅读(7325)
评论(0)
推荐(0)
2016年12月28日
maven项目 打可执行jar包
摘要: 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安装模块的命令 Cannot find module
摘要: 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)
2016年12月27日
appium 使用findElementByAndroidUIAutomator 定位元素示例
摘要: appium 使用findElementByAndroidUIAutomator 定位元素示例
阅读全文
posted @ 2016-12-27 12:21 testway
阅读(8467)
评论(4)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
26
下一页
公告