2

我的应用程序是 Hybrid 即 IOS Native / React Native,在“detox test --loglevel verbose”时,它卡在“detox verb ws send: {"type":"isReady","params":{}, "messageId":-1000}" 但在我手动点击一个反应本机子模块(在 ios 模拟器上)后不久,它会收到 "onMessage: {"type":"ready","messageId":-1000,"params" :{}}" 并且未能通过我最初为 IOS Native 部分编写的测试。

这是日志 Detox_Logs

注意事项

  1. 我还在 xcode 应用程序启动“[[NSNotificationCenter defaultCenter] postNotificationName:@"RCTContentDidAppearNotification" object:nil];"中添加了这个片段 但没有解决目的。

  2. 我已经在我的 react-native 子模块所在的文件夹中安装了 detox,xcode 工作区也位于另一个文件夹中。

请指导一下,这将非常有帮助。

4

0 回答 0