测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
会员
yuwuhen333 (雨雾恨)
第 3500 位会员 / 2015-05-06
2 篇帖子 • 112 条回帖
4 关注者
35 正在关注
19 收藏
未设置 GitHub 信息.
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 学习笔记:Appium+Pytest+Jenkins+Allure 持续集成平台 (上) at 2020年04月08日

    有可以学习的 demo 吗?能不能脱离开 Jenkins 自己做持续集成呢?

  • 使用 uiautomator2+pytest+allure 进行 Android 的 UI 自动化测试 at 2018年12月28日

    请问遇到过MarkInfo objects are deprecated as they contain merged marks which are hard to deal with correctly.这种错误吗

     item = Function 'test_login_success[Mate10]'
     def labels_of(item):
            # FIXME: utils should not depend on structure, actually
          from allure.structure import TestLabel
    
     def get_marker_that_starts_with(item, name):
                """ get a list of marker object from item node that starts with given
                name or empty list if the node doesn't have a marker that starts with
                that name."""
                suitable_names = filter(lambda x: x.startswith(name), item.keywords.keys())
                markers = list()
                for suitable_name in suitable_names
                      markers.append(item.get_marker(suitable_name))
    
                return markers
    
              labels = []
              label_markers = get_marker_that_starts_with(item, Label.DEFAULT)
              for label_marker in label_markers:
              label_name = label_marker.name.split('.', 1)[-1]
    E           RemovedInPytest4Warning: MarkInfo objects are deprecated as they contain merged marks which are hard to deal with correctly.
    E           Please use node.get_closest_marker(name) or node.iter_markers(name).
    E           Docs: https://docs.pytest.org/en/latest/mark.html#updating-code
    
    /Library/Python/2.7/site-packages/allure/utils.py:92: RemovedInPytest4Warning
    
  • jenkins 一直构建停不下来 可能是数据库的链接没有关闭 at 2018年12月28日

    请问找到原因了吗?我在 Mac 执行也遇到了这个错误

  • 使用 uiautomator2+pytest+allure 进行 Android 的 UI 自动化测试 at 2018年12月27日

    atx 的 ios 执行效率会比 appium 高吗?现在安装 atx 需要一些其他依赖。android 执行时候需要使用 atx 吗

  • 使用 uiautomator2+pytest+allure 进行 Android 的 UI 自动化测试 at 2018年12月26日

    ios 客户端有打算吗?会使用哪个测试套件呢?

  • HtmlTestRunner_cn 1.1,支持截图,失败重试,兼容 py2&py3 at 2018年12月05日
    仅楼主可见
  • WebDriverAgent 不支持数字键盘 sendkeys 的解决方法 at 2017年10月16日

    请问你的问题解决了吗,我这也遇到 Keyboard is not present\" UserInfo={NSLocalizedDescription=Keyboard is not present。你怎么处理的

  • appium ios 端搭建问题 at 2017年10月16日

    请问下你 WDA 启动后黑屏然后闪退的问题解决了吗?如何解决的

  • ATX 文档 - iOS 控件操作 API at 2017年10月12日

    你这个问题解决了吗?如何解决的呢

  • Macaca2.0 升级公告 at 2017年09月26日

    请问下:
    The following build commands failed:
    Check dependencies
    (1 failure)

    xctest-client.js:179:14 [master] pid:3744 please check project: /usr/local/lib/node_modules/macaca-ios/node_modules/_xctestwd@1.1.8@xctestwd/XCTestWD/XCTestWD.xcodeproj
    xctest-client.js:263:14 [master] pid:3744 killing deviceLogProc pid: 16725
    xctest-client.js:268:14 [master] pid:3744 killing runnerProc pid: 16726
    xctest-client.js:189:14 [master] pid:3744 xctest client exit with code: 65, signal: null
    xctest-client.js:150:16 [master] pid:3744 devicelog exit with code: null, signal: SIGKILL
    xctest-client.js:255:14 [master] pid:3744 Fail to start xctest: undefined
    responseHandler.js:56:12 [master] pid:3744 Send Error Respone to Client: undefined

    InternalServerError: Internal Server Error
    at Object.throw (/usr/local/lib/node_modules/macaca-cli/node_modules/_koa@1.1.2@koa/lib/context.js:91:23)
    at Object.module.exports (/usr/local/lib/node_modules/macaca-cli/node_modules/_webdriver-server@1.0.79@webdriver-server/lib/server/responseHandler.js:59:17)
    at throw (native)
    at onRejected (/usr/local/lib/node_modules/macaca-cli/node_modules/_co@4.6.0@co/index.js:81:24)
    at process._tickCallback (internal/process/next_tick.js:109:7)
    这个错误是什么原因

  • 《Web 测试囧事》读后感——测试的一点思路 at 2017年07月19日

    连续提交这个点,的确容易被开发忽略

  • ApiTestEngine 演化之路 (1) 搭建基础框架 at 2017年06月27日

    请问下你的请求是怎么拼接的,例如我的请求是https://www.baidu.com/get_list?a=2323&b=yuhj&c=sdhusdh,runner.py 中哪部分实现的这个你是怎么实现的,是通过你写的

  • ApiTestEngine 演化之路 (1) 搭建基础框架 at 2017年06月26日

    请问你一下,你这个运行结果有输出报告吗?

  • 历历在目的 2 年 测试生活 at 2017年06月12日

    达者为先

  • 弱网测试方法整理 at 2017年06月01日

    IOS 手机自带的弱网设置很实用

  • 世界读书日,说出你最喜欢的书籍,发帖有礼品 at 2017年04月24日

    《卓有成效的管理者》可以看看

  • appium 关键字驱动自动化测试 at 2016年05月05日

    #26 楼 @xiaoli 测试数据那列的数据来自哪里,这个框架你封装了多少个测试方法

  • 2015 走好,不送! at 2016年01月06日

    走快了,就歇一歇,不忘初心,方的始终

  • 搬运:Battery Historian 2.0 at 2016年01月05日

    #4 楼 @yuweixx 请问能不能加下 qq,咨询下图表具体细节

  • 你好 2016 一个测试架构师的个人职业发展总结 at 2016年01月05日

    看了这篇文章感慨良多,希望每个在自己选择的道路上都能走得更远更好。测试想走得远,就需要了解整个框架和实现,懂一门语言更加好

  • 由《再论移动无线应用专项》引出,谈谈我对于测试工作的理念。 at 2015年12月14日

    #6 楼 @sandman 音频的音质,音量你怎么实现自动化检测的,特别是音频的断点问题

  • API 自动化测试框架分享 at 2015年12月09日

    #63 楼 @testly 弱弱的问一句,你这个自动化框架是用 java 写的吧,python 能实现你这个自动化框架吗?

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

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