Android的排毒测试命令失败

时间:2019-11-18 06:03:55

标签: android detox

我是Detox的新手,我在Ubuntu 18.04系统中为android进行了设置。我遵循了guide。当我尝试运行测试时,出现以下错误。我被困在这里。

操作系统:Ubuntu 18.04 节点:6.11.3 从根文件夹命令我执行的内容。

  

detox build -c android.emu.debug && detox test -c android.emu.debug

请找到配置文件

 "detox": {
        "test-runner": "mocha",
        "specs": "e2e",
        "runner-config": "e2e/mocha.opts",
        "configurations": {
          "android.emu.debug": {
            "binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
            "build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
            "type": "android.attached",
            "name": "RZ8M837L0SR"
          },
          "android.emu.release": {
            "binaryPath": "android/app/build/outputs/apk/release/app-release.apk",
            "build": "pushd android && gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && popd",
            "type": "android.attached",
            "name": "RZ8M837L0SR"
          }
        }
      }

请在此处找到日志文件。 Detox.log

0 个答案:

没有答案