可以 argument.setValue() 替换整个 body 内容
已修复,参考 https://github.com/DeviceFarmer/stf/issues/219
npm install 提示 ng-context-menu
找不到,浏览器访问了下 404。
bower ng-context-menu#~1.0.5 ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/AdiDahan/ng-context-menu.git", exit code of #128 remote: Repository not found. fatal: repository 'https://github.com/AdiDahan/ng-context-menu.git/' not found
可尝试修改 stf lib>units>ios-device>plugins>wdaProxy.js 52 行
pro = new SubpPocess("iproxy",[localPort,remotePort,'-l','-s','127.0.0.1','-u',options.serial])
感谢,先去研究下
之前也了解过 Allure2 ,但没有深入学习。不知道如果没有使用任何的测试框架,是否可以接入。感谢回复
我只能说用了 Mac 后,我的 win 已经封尘啦
—— 来自 TesterHome 官方 安卓客户端
可以使用Copy Artifact Plugin
插件,copy 其他项目到指定路径,每个仓库是一个单独的 job,下游仓库添加构建后步骤Build other projects
(上游仓库)
我也遇到了这个问题,但我却不知道 我怎么神奇的解决了。 貌似只是修改了包引用
compile 'com.android.support:appcompat-v7:23.1.1'
插件总是下载失败
—— 来自 TesterHome 官方 安卓客户端