测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
会员
jiffy (迪文)
第 3585 位Users / 2015-05-12
汽车之家 @ 北京
2 篇帖子 • 20 条回帖
0 关注者
6 正在关注
18 收藏
未设置 GitHub 信息.
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • jmeter 如何在请求之前修改 post body 里面的参数的值 at May 25, 2021

    可以 argument.setValue() 替换整个 body 内容

  • openstf+tidevice 开源,不依赖 Mac 也能跑 iOS 设备,同时支持一机多控 at April 15, 2021

    已修复,参考 https://github.com/DeviceFarmer/stf/issues/219

  • openstf+tidevice 开源,不依赖 Mac 也能跑 iOS 设备,同时支持一机多控 at April 15, 2021

    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 集成 iOS 之 开源了 at July 10, 2020

    可尝试修改 stf lib>units>ios-device>plugins>wdaProxy.js 52 行

    pro = new SubpPocess("iproxy",[localPort,remotePort,'-l','-s','127.0.0.1','-u',options.serial])
    
  • GUI 自动化遍历 遍历过程和结果如何报告化? at April 01, 2020

    感谢,先去研究下😁

  • GUI 自动化遍历 遍历过程和结果如何报告化? at March 31, 2020

    之前也了解过 Allure2 ,但没有深入学习。不知道如果没有使用任何的测试框架,是否可以接入。感谢回复👍

  • 关于选购 win 和 mac 笔记本 at July 21, 2018

    我只能说用了 Mac 后,我的 win 已经封尘啦

    —— 来自 TesterHome 官方 安卓客户端

  • Jenkins 打包安卓项目,同个项目配置多个仓库的问题,请大家帮忙! at July 19, 2017

    可以使用Copy Artifact Plugin插件,copy 其他项目到指定路径,每个仓库是一个单独的 job,下游仓库添加构建后步骤Build other projects(上游仓库)

  • 在 UiAutomator 测试脚本无法启动指定 app at June 09, 2017

    我也遇到了这个问题,但我却不知道 我怎么神奇的解决了。 貌似只是修改了包引用

    compile 'com.android.support:appcompat-v7:23.1.1'
    
  • Jenkins2 插件 Pipeline 实现持续交付的部分想法 at December 16, 2016

    插件总是下载失败

    —— 来自 TesterHome 官方 安卓客户端

  • Jenkins2 插件 Pipeline 实现持续交付的部分想法 at December 16, 2016

    插件总是下载失败😭

    —— 来自 TesterHome 官方 安卓客户端

  • AppCrawler 自动遍历工具 1.7.0 版本 at October 17, 2016

    昨天研究了下,发现只生成了少数的 har,观察发现都是 HTTP 的,故有一下问题请教:

    1. 代理录制 HTTPS,证书怎么获取啊
    2. 抓取数据是加密的,是否可以直接嵌入解密的插件 #20 楼 @seveniruby
  • iOS 真机运行 Appium 长期答疑! at September 21, 2016

    。
    #154 楼 @fengytn https://github.com/appium/appium/issues/6679

  • iOS 真机运行 Appium 长期答疑! at September 05, 2016

    #139 楼 @jiminy 不会真的是系统升级导致的吧😱 (https://github.com/appium/appium/issues/6679)

  • iOS 真机运行 Appium 长期答疑! at August 26, 2016

    #137 楼 @jiminy 你的问题解决了吗

  • iOS 真机运行 Appium 长期答疑! at August 18, 2016

    #134 楼 @jiminy 不应该啊,不记得有升级 os 啊,感觉好像是 ideviceinstaller 的问题,已经安装好 app 啦,还提示没有安装。

  • iOS 真机运行 Appium 长期答疑! at August 17, 2016

    #132 楼 @jiminy 我之前遇到过,忘记怎么搞好了,现在又出来啦😭

  • iOS 真机运行 Appium 长期答疑! at June 12, 2016

    https://discuss.appium.io/t/failed-to-start-an-appium-session-err-was-error-installing/7280
    我遇到了相同的问题,不知道怎么解答,之前是可以的,升级了 xcode 后,就出现了这个问题。

  • WEB 端批量移动设备管理控制工具 STF 的环境搭建和运行 at May 31, 2016

    搞定 c 的问题

  • WEB 端批量移动设备管理控制工具 STF 的环境搭建和运行 at May 30, 2016

    6、安装 GraphicsMagick
    执行./configure

    提示:./configure: line 87: IFSer: command not found
    configuring GraphicsMagick 1.3.23
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking whether build environment is sane... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether make supports nested variables... (cached) yes
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking whether the C compiler works... no
    configure: error: in /usr/local/GraphicsMagick-1.3.23':
    configure: error: C compiler cannot create executables
    See
    config.log' for more details

    查看 config.log 提示:configure: exit 77

    72 # The user is always right.
         73 if test "${PATH_SEPARATOR+set}" != set; then
         74   PATH_SEPARATOR=:
         75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
         76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
         77       PATH_SEPARATOR=';'
         78   }
         79 fi
    
关于 / 活跃用户 / 中国移动互联网测试技术大会 / 反馈 / Github / API / 帮助推广
TesterHome社区,测试之家,由众多测试工程师组织和维护的技术社区,致力于帮助新人成长,提高测试地位,推进质量发展。Inspired by RubyChina
友情链接 WeTest腾讯质量开放平台 / InfoQ / 掘金 / SegmentFault / 测试窝 / 百度测试吧 / IT大咖说
简体中文 / 正體中文 / English

©testerhome.com 测试之家   渝ICP备2022001292号
  渝公网安备 50022202000435号    版权所有 © 重庆年云聚力信息技术有限公司