Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/103.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 使用Expo进行排毒测试-无法连接到Emulator_Ios_React Native_Expo_Detox - Fatal编程技术网

Ios 使用Expo进行排毒测试-无法连接到Emulator

Ios 使用Expo进行排毒测试-无法连接到Emulator,ios,react-native,expo,detox,Ios,React Native,Expo,Detox,我目前正在构建一个概念验证,看看我们是否可以使用Detox对使用Expo构建的React原生应用程序进行端到端测试 我已经按照指示做了,但是测试已经超时了。在跟踪模式下运行测试时,出现以下错误: detox[11493] WARN: [Client.js/PENDING_REQUESTS] App has not responded to the network requests below: (id = 2) invoke: {"target":{"type":"Invocation",

我目前正在构建一个概念验证,看看我们是否可以使用Detox对使用Expo构建的React原生应用程序进行端到端测试

我已经按照指示做了,但是测试已经超时了。在跟踪模式下运行测试时,出现以下错误:

detox[11493] WARN:  [Client.js/PENDING_REQUESTS] App has not responded to the network requests below:
  (id = 2) invoke: {"target":{"type":"Invocation","value":{"target":{"type":"EarlGrey","value":"instance"},"method":"det
ox_selectElementWithMatcher:","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"GREYMatchers"},"method":"matcherForAccessibilityID:","args":[{"type":"NSString","value":"vwGatedBackground"}]}}]}},"method":"assertWithMatcher:","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"GREYMatchers"},"method":"matcherForSufficientlyVisible","args":[]}}]}
  (id = -1000) isReady: {}

That might be the reason why the test "Example should have welcome screen" has timed out.
有没有人有运行此设置的经验?我只是在测试iOS和使用XCode iOS模拟器

据我所知,这是一个由社区支持的集成,而不是由Detox提供的官方服务,所以这可能不起作用,但我想我应该检查一下是否有人有幸运行了这个设置