测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
会员
codeskyblue (codeskyblue)
第 6853 位会员 / 2016-01-11
Alibaba Inc @ 杭州
151 篇帖子 • 1366 条回帖
800 关注者
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 中的一个新功能——ScreenshotsBroadcaster at 2018年09月23日

    来个 gif 看看效果

  • 请问各位大佬,现在 docker 有 windows 容器了嘛? at 2018年09月21日

    应该可以的,有 docker windows 镜像

  • ************ at 2018年09月21日

    打酱油,路过。。。

  • ATX 系列 - 如何测试网易游戏阴阳师 (Android 篇) at 2018年09月19日

    一直没精力处理这个问题

  • python uiautomator2 截图转为 base64 加入 HTMLTestRunner 报告中 at 2018年09月18日

    function 的返回值需要是一个 function

  • 树莓派测试环境折腾记 at 2018年09月17日

    最好不要超过 6 台

  • 3 分钟了解入门「机器学习」该学习什么? at 2018年09月15日

    一楼占座,多谢作者的分享

  • [转] 流言终结者- Flutter 和 RN 谁才是更好的跨端开发方案? at 2018年09月13日
    $ flutter doctor
    Doctor summary (to see all details, run flutter doctor -v):
    [√] Flutter (Channel beta, v0.7.3, on Microsoft Windows [Version 10.0.16299.125], locale zh-CN)
    [√] Android toolchain - develop for Android devices (Android SDK 27.0.3)
    [√] Android Studio (version 3.1)
    [√] Connected devices (1 available)
    
    • No issues found!
    

    本地的 gradle 该怎么弄,求指导

  • openatx/uiautomator2 的插件机制 at 2018年09月12日

    等先出来一个再说吧,我自己写的不算

  • openatx/uiautomator2 的插件机制 at 2018年09月12日

    在等回帖告诉我谁写插件了

  • TCP/UDP 调试测试工具,进来看看会不会用到 at 2018年09月12日

    你要是不开源还是不用发给我了

  • TCP/UDP 调试测试工具,进来看看会不会用到 at 2018年09月12日

    有下载地址吗?

  • [转] 流言终结者- Flutter 和 RN 谁才是更好的跨端开发方案? at 2018年09月12日

    今天按照 flutter 的教程进行的 编译运行阶段突然卡住了,截图如下

    试了(的速度比较慢)也没有解决。

  • uiautomator2 和 ATX 是什么关系 at 2018年09月12日

    不过就目前的维护情况来说,不推荐用 ATX 那个库了,更推荐用其下面的两个子库 uiautomator2(Android) 和 facebook-wda(iOS), 加上 uiautomator2 新出了插件机制,估计会有人将 ATX 中的图像识别功能也集成过去

  • uiautomator2 和 ATX 是什么关系 at 2018年09月12日

    理解的很对

  • [转] 流言终结者- Flutter 和 RN 谁才是更好的跨端开发方案? at 2018年09月12日

    dart 好用吗

  • atx uiautomator2 插件:带刘海的截图 at 2018年09月10日

    我比较倾向于截图直接处理,这样直接双击图片就能看了,而不用依赖一些前端技术

  • 利用图像识别与 OCR 进行速度类测试 at 2018年09月08日

    既然肉眼都分辨不出来,测量这么精确有必要吗?而且系统的状况也会对测量有影响的吧

  • python uiautomator2 截图转为 base64 加入 HTMLTestRunner 报告中 at 2018年09月08日

    现在你可以不用改 uiautomator2 的源码了,现在新开发了插件机制,用函数 plugin_register('b64img', plugin-function here) 然后截图得时候 d.ext_b64img() 得到 base64 的字符串

  • 利用图像识别与 OCR 进行速度类测试 at 2018年09月08日

    关于启动速度,页面切换速度,一直不理解为什么不直接用 uiautomator 自动化工具评估响应时间,跟你说的视频方法误差估计也就 0.2s(人肉预估)

  • iOS 自动化性能采集 at 2018年09月08日

    楼主写的很好,很详细。关于 monkey 的性能有点想不通,monkey 既然是随机的那获取的性能的意义体现在什么地方?

  • python uiautomator2 截图转为 base64 加入 HTMLTestRunner 报告中 at 2018年09月06日

    感觉说的好有道理

  • 使用 Yaml 来做自动化测试 (Beta) at 2018年09月05日

    有的有的,get page source 的接口,或者 click,swipe 的接口。https://github.com/openatx/uiautomator2

  • 使用 Yaml 来做自动化测试 (Beta) at 2018年09月04日

    可以在里面用 Python 代码的

  • 使用 Yaml 来做自动化测试 (Beta) at 2018年09月04日

    如果 xpath 转成 id 那原来的 triggerAction 还会生效吗

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

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