测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
会员
codeskyblue (codeskyblue)
第 6853 位会员 / 2016-01-11
Alibaba Inc @ 杭州
151 篇帖子 • 1366 条回帖
799 关注者
6 正在关注
61 收藏
打赏支持
GitHub Public Repos
  • gohttpserver 2841

    The best HTTP Static File Server, write with golang+vue

  • go-sh 1129

    like python-sh, for easy call shell with golang.

  • uiautodev 536

    Mobile UI viewer in browser, view the UI in a tree view, and generate XPath automatically.

  • fswatch 348

    Watch file change, and trigger commands. (Cross platform)

  • servefs 53

    file server written with python(fastapi), which support upload,delete,preview,edit

  • proxylocal 19

    Proxy local server to public network. (include server and client)

  • go-adbkit 10

    Golang implementation of https://github.com/openstf/adbkit

  • sshg 9

    ssh client with quick search and remote config

  • WebDriverAgent 6

    A WebDriver server for iOS that runs inside the Simulator.

  • wereadtopdf 3

    各类书籍转pdf 仅供研究学习

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • appium+python 如何隐藏安卓键盘 at 2016年07月07日

    换输入法 https://github.com/macacajs/android-unicode

  • [公告] Macaca 技术开放计划 at 2016年07月06日

    膜拜

  • [基于 Node.js 的自动化测试-Macaca] - Android 输入中文的实现 at 2016年07月06日

    发现个问题,输入 中文cn没问题,但是输入不了带空格的 中文 cn

  • [基于 Node.js 的自动化测试-Macaca] - Android 输入中文的实现 at 2016年07月06日

    啊,我知道了,原来是这个样子。 比如 中middle 转化成 utf7 编码,就是 +Ti0-middle, 所以安装完 android-unicode.ime 那个输入法,只要 adb shell input text +Ti0-middle 可以输入成 中middle 了

  • [基于 Node.js 的自动化测试-Macaca] - Android 输入中文的实现 at 2016年07月06日

    @xdf 我其实比较想知道下是怎么实现的,看看能不能集成到 AutomatorX 这个项目中,应该输入法最近我也很头疼。

  • [基于 Node.js 的自动化测试-Macaca] - Android 输入中文的实现 at 2016年07月05日

    比如想输入 中文 这两个字该怎么输入呢?

  • [基于 Node.js 的自动化测试-Macaca] - Android 输入中文的实现 at 2016年07月05日

    @xdf 这个输入法该怎么用呢?可以命令行用吗?比如用 adb shell 命令之类的

  • [基于 Node.js 的自动化测试-Macaca] - 获取 Android 应用的性能 at 2016年07月04日

    结合 TencentGT http://gt.qq.com 是不是要好点,只是提个想法

  • [基于 Node.js 的自动化测试-Macaca] - 获取 Android 应用的性能 at 2016年07月01日

    虽然说功能听完善的,Nodejs 我也用了段时间,但总感觉拿它写测试用例,感觉怪怪的

  • 请问怎么识别验证码图片呢? at 2016年06月30日

    也不一定非要用代码识别呀,人工有时也是可以考虑的

  • 使用 Jenkins 搭建 iOS/Android 持续集成打包平台 (开箱即用) at 2016年06月28日

    有点意思,下周搞搞

  • [已解决](答案在评论) appium 环境搭建,模拟器中的 app 连续闪退闪开,然后模拟器就自动关闭 at 2016年06月22日

    @dippa https://github.com/codeskyblue/AutomatorX不过暂时不支持 iOS

  • [已解决](答案在评论) appium 环境搭建,模拟器中的 app 连续闪退闪开,然后模拟器就自动关闭 at 2016年06月22日

    这也正是我不太想用 appium 的原因,依赖的东西太多了,抱歉我帮不上忙

  • Appium 进行 ios 真机测试时,如何实现 app 自动安装功能 at 2016年06月21日

    @zky_wind 仔细看提示呀,拿第二个例子为例

    Error: No available formula with the name "imobiledevice" 
    ==> Searching for similarly named formulae...
    This similarly named formula was found:
    libimobiledevice ✔
    To install it, run:
      brew install libimobiledevice ✔
    ==> Searching taps...
    Error: No formulae found in taps.
    

    人家说了,让你安装 libimobiledevice,还把安装方法告诉你了。brew install libimobiledevice 你怎么就不知道试试呢

  • [公告] 已支持 windows 环境中的 Android 测试 at 2016年06月20日

    既然是 adb 的封装,我觉的作者可以不妨考虑下 adbkit 这个 node 库,这个库直接使用的 adb 协议进行交互,而不是简单的封装了命令行

  • 还是少谈点自动化框架,其实大多数的框架只能说是工具包 at 2016年06月18日

    @ 管理员 怎么默认不显示名字了

  • 还是少谈点自动化框架,其实大多数的框架只能说是工具包 at 2016年06月18日

    有人叫你帅哥你是答应还是不答应呢?同理有人把你写的工具包叫框架,你的内心又是如何呢?

  • [atx 系列] 安卓手机的快速截图 at 2016年06月16日

    #5 楼 @hiyolanda 也可能跟手机有关系,有些手机对 minicap 支持的不是很好

  • Appium 进行 ios 真机测试时,如何实现 app 自动安装功能 at 2016年06月15日

    今天正好刚研究路下,目前有几办法

    1. 使用 jenkins 插件

      https://wiki.jenkins-ci.org/display/JENKINS/iOS+Device+Connector+Plugin 不过我还没有尝试过,打算明天试试

    2. 使用 ideviceinstaller

      安装方法也很简单 brew install imobiledevice 之后安装 ipa 的话就直接用 ideviceinstall --udid ${UDID} --install your.ipa

    3. 使用 ios-deploy

      安装方法 npm i -g ios-deploy 然后 ios-deploy -b your.ipa

    Good luck.

  • 关于 appium 工具深度使用的一些困惑 at 2016年06月15日

    持续集成必然少不了 jenkins 呀

  • 解决 iPhone 在非越狱情况通过 command line 访问沙盒实现挂载 at 2016年06月15日

    另外,也不需要每个 brew 前面加个 sudo

  • 解决 iPhone 在非越狱情况通过 command line 访问沙盒实现挂载 at 2016年06月15日

    试了下 brew install ifuse没有成功,改成这个样子才好的 brew install homebrew/fuse/ifuse

  • [atx 系列] 安卓手机的快速截图 at 2016年06月14日

    #3 楼 @xuexi123 用文件浏览器打开

  • [基于 Node.js 的自动化测试-Macaca] - Macaca 如何实现多任务 at 2016年06月09日

    @xdf 多多交流,我现在在网易杭州

  • 上一页
  • 1
  • 2
  • 3
  • …
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 下一页
  • 关于 / 活跃用户 / 中国移动互联网测试技术大会 / 反馈 / Github / API / 帮助推广
    TesterHome社区,测试之家,由众多测试工程师组织和维护的技术社区,致力于帮助新人成长,提高测试地位,推进质量发展。Inspired by RubyChina
    友情链接 WeTest腾讯质量开放平台 / InfoQ / 掘金 / SegmentFault / 测试窝 / 百度测试吧 / IT大咖说
    简体中文 / 正體中文 / English

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