• 我是自己做实验,不过多谢你的解决办法😄 问公司开发让他们给我搞一下,哈哈

  • 我的帐号不是付费的,注册后只有 6 天时间的那种。更改之后 webdriverRunner 配置还是提示 xxxxxtry aginxxxx 会不会也有这个原因的问题?

  • 改成 io.appium.We*** 也是不行,是不是没有开发者账号的原因呢?我的是一个 6 天试用的个人账号

  • 会不会是我没有开发者账号的原因呢?

  • 我重新修改了下,关联的时候关联不到返回的 token 信息,

  • 我抓包转换可以获取 token 了,不过现在获取部门的时候没有关联到获取到的 token 信息

  • 可以的。我怎么发送给你?

  • 你好,那篇博客我也看了,Demo 是 java 写的,买看懂是什么个逻辑,所以当时就发了这个帖子。不过那篇文章的 1 楼回答的思路还是可以借鉴一下的

  • 兼容性测试公开课_20180920 at 2018年10月10日

    我重新安装了 rethinkdb 数据库和 stf,现在 rethinkdb 是最新版本的了 2.3.6,stf 我用这个命令卸载:npm uninstall -g stf 也重新安装了。
    在启动的时候还是有这个问题,跪求指导

  • 兼容性测试公开课_20180920 at 2018年10月10日

    AarondeMBP:include aaron$ npm version
    { npm: '6.4.1',
    ares: '1.10.1-DEV',
    cldr: '32.0',
    http_parser: '2.8.0',
    icu: '60.1',
    modules: '57',
    napi: '3',
    nghttp2: '1.32.0',
    node: '8.12.0',
    openssl: '1.0.2p',
    tz: '2017c',
    unicode: '10.0',
    uv: '1.19.2',
    v8: '6.2.414.66',
    zlib: '1.2.11' }
    我用的 npm 版本是在官网下载的 LTS 版本,在安装 stf 的时候出现这个提示:

    utf-8-validate@1.2.2 install /usr/local/lib/node_modules/stf/node_modules/utf-8-validate
    node-gyp rebuild

    CXX(target) Release/obj.target/validation/src/validation.o
    SOLINK_MODULE(target) Release/validation.node

    zmq@2.15.3 install /usr/local/lib/node_modules/stf/node_modules/zmq
    node-gyp rebuild

    CXX(target) Release/obj.target/zmq/binding.o
    In file included from ../binding.cc:29:
    /usr/local/Cellar/zeromq/4.2.5/include/zmq_utils.h:42:32: warning: unknown warning group '-Werror', ignored
    [-Wunknown-warning-option]
    #pragma GCC diagnostic ignored "-Werror"
    ^
    /usr/local/Cellar/zeromq/4.2.5/include/zmq_utils.h:45:9: warning: Warning: zmq_utils.h is deprecated. All its
    functionality is provided by zmq.h. [-W#pragma-messages]
    #pragma message( \
    ^
    ../binding.cc:999:15: warning: '~MessageReference' has a non-throwing exception specification but can still
    throw [-Wexceptions]
    throw std::runtime_error(ErrorMessage());
    ^
    ../binding.cc:997:18: note: destructor has a implicit non-throwing exception specification
    inline ~MessageReference() {
    ^
    ../binding.cc:1205:11: warning: '~OutgoingMessage' has a non-throwing exception specification but can still
    throw [-Wexceptions]
    throw std::runtime_error(ErrorMessage());
    ^
    ../binding.cc:1203:14: note: destructor has a implicit non-throwing exception specification
    inline ~OutgoingMessage() {
    ^
    4 warnings generated.
    SOLINK_MODULE(target) Release/zmq.node
    ld: warning: directory not found for option '-L/opt/local/lib'

    • stf@3.4.0 added 755 packages from 681 contributors in 88.653s 跪求指导。。。。。
  • 兼容性测试公开课_20180920 at 2018年10月10日

    麻烦问下,我在启动 stf 的时候报这个错误是什么原因引起的呢?