• Macaca 基础原理浅析 at 2016年12月19日

    请问楼主,在 Macaca 内部执行过程当中,是否是一个 请求对应一系列的执行动作,还是一个请求只对应一个执行动作?
    当我 自启动一个 Macaca Server 的时候,然后模拟着像这个 Server 发送满足条件的请求,但是永远都只有终端的响应输出结果,而且请求都是 OK 的,但是真机设备上没有任何的执行动作,请问这是为什么了?

  • Macaca iOS 真机测试 at 2016年12月09日

    #118 楼 @adfghzhang 问题已解决,多谢楼主

    请问楼主, Macaca 支持 iOS 真机远程测试吗?就是是否可以不用 USB 连接电脑完成自动化测试

  • Macaca 基础原理浅析 at 2016年12月09日

    请问 iOS 的 remote-debug 这个东西怎么使用?楼主能解释一下吗?

  • 为什么我把 时间设置到了足够长,还是会有相同的问题?

  • Macaca iOS 真机测试 at 2016年12月08日

    macaca run -d macaca-mobile-sample.test.js
    (node:7375) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
    (node:7375) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
    (node:7375) DeprecationWarning: Calling an asynchronous function without callback is deprecated.

    webdriver sdk launched
    /usr/local/lib/node_modules/macaca-cli/lib/run/index.js:44
    throw err;
    ^

    Error: Cannot find test framework "mocha" in /Users/h/Desktop/AutoTest/macaca-test-sample/macaca-test/node_modules
    at Runner.initFramework (/usr/local/lib/node_modules/macaca-cli/lib/run/index.js:71:13)
    at co.then (/usr/local/lib/node_modules/macaca-cli/lib/run/index.js:41:10)
    at process._tickCallback (internal/process/next_tick.js:103:7)

    当我执行 完你的 这条指令以后 npm i mocha -g 还是报相同的错,这是什么情况?

  • 我个人觉得,bootstrap jar 包是在 appium 启动之后,通过手机连接到电脑上以后导入的,那么如果不是将手机连接到电脑上, 怎么才能导入 bootstrap jar 包到 目标测试机上?

  • Macaca-iOS 入门那些事 at 2016年11月03日

    #13 楼 @hyddd 楼主,这是一个什么情况?
    怎么看起来差点什么东西了?

  • #11 楼 @chenhengjie123 如果在 iOS 自动化测试过程中需要处理系统的弹窗,有什么好的方法没有了?多谢

  • #8 楼 @chenhengjie123 把 demo 跑在模拟器上的话, 不会有这样的问题,一跑到真机上就出现了上面的问题

  • #8 楼 @chenhengjie123 在真机上,这个 Enable UI Automation 我确定打开了, 然后再 控制台还是不停的打印 UIAutomation is not enabled on this device. UIAutomation must be enabled in Settings ,有点搞不明白,请问还有其他的什么方法不?

  • #6 楼 @chenhengjie123 我想在真机上调用 KIF 里面的 UIAutomationHelper 这个类 ,然后调用他的 acknowledgeSystemAlert 这个方法, 来处理系统的弹窗, 但是只要一执行这个方法 ,控制台 就无线打印 UIAutomation is not enabled on this device. UIAutomation must be enabled in Settings. 这个提示, 请问这个问题有解不?