模拟器启动应用程序之前超时,并且 instrumentationProcess 由于收到信号 null 而终止
Timeout before emulator launches the app , and instrumentationProcess terminated due to receipt of signal null
当我 运行 排毒测试时,我的应用程序安装在 android 模拟器中,然后出现错误:
instrumentationProcess 由于收到信号空值而终止
1) "before all" 勾
0 传球 (2m)
1 失败
1) "before all" 挂钩:
错误:超时超过 120000 毫秒。对于异步测试和挂钩,确保 "done()" 被调用;如果返回 Promise,请确保它已解析。
child_process.js:635
抛出错误;
^
错误:命令失败:node_modules/.bin/mocha e2e --opts e2e/mocha.opts --configuration android.emu.debug --loglevel verbose
在 checkExecSyncError (child_process.js:592:13)
在 Object.execSync (child_process.js:632:13)
在 运行摩卡 (/Users/housing/housing-app/node_modules/detox/local-cli/detox-test.js:56:6)
在对象。 (/Users/housing/housing-app/node_modules/detox/local-cli/detox-test.js:36:5)
在 Module._compile (module.js:624:30)
在 Object.Module._extensions..js (module.js:635:10)
在 Module.load (module.js:545:32)
在 tryModuleLoad (module.js:508:12)
在 Function.Module._load (module.js:500:3)
在 Function.Module.runMain (module.js:665:10)
我正在使用:Detox 版本 - 5.10.0,
react-native - 0.44.0,节点 - v8.6.0,设备 - android 模拟器,macOS - Sierra
我该如何解决这个问题?任何建议...
解决
当我 运行 排毒测试时,我的应用程序安装在 android 模拟器中,然后出现错误:
instrumentationProcess 由于收到信号空值而终止
1) "before all" 勾
0 传球 (2m) 1 失败
1) "before all" 挂钩: 错误:超时超过 120000 毫秒。对于异步测试和挂钩,确保 "done()" 被调用;如果返回 Promise,请确保它已解析。
child_process.js:635 抛出错误; ^
错误:命令失败:node_modules/.bin/mocha e2e --opts e2e/mocha.opts --configuration android.emu.debug --loglevel verbose
在 checkExecSyncError (child_process.js:592:13)
在 Object.execSync (child_process.js:632:13)
在 运行摩卡 (/Users/housing/housing-app/node_modules/detox/local-cli/detox-test.js:56:6)
在对象。 (/Users/housing/housing-app/node_modules/detox/local-cli/detox-test.js:36:5)
在 Module._compile (module.js:624:30)
在 Object.Module._extensions..js (module.js:635:10)
在 Module.load (module.js:545:32)
在 tryModuleLoad (module.js:508:12)
在 Function.Module._load (module.js:500:3)
在 Function.Module.runMain (module.js:665:10)
我正在使用:Detox 版本 - 5.10.0, react-native - 0.44.0,节点 - v8.6.0,设备 - android 模拟器,macOS - Sierra
我该如何解决这个问题?任何建议...