我正在尝试针对已安装的应用进行测试。
这似乎应该是非常基本的。
但系统刚刚退出。
我尝试过具有相同结果的物理和Android播放器设备。我还尝试使用不同版本的computed: {
items: function(){
return this.itemsData.slice(this.offset, this.offset + 5); // re-populate over time as offset changes
}
}
和NUnit
,但没有运气。
关于问题可能是什么的任何想法?
UITest
28-11-2016 23:00:35.310 -05:00 - 151 - Attempting IDE connection for Android: /Users/xxx/Projects/AndroidInstalledTest/AndroidInstalledTest/bin/Release/AndroidInstalledTest.dll. 28-11-2016 23:00:35.332 -05:00 - 173 - Attempting IDE connection through pipe 4518cbd3add74221bcd66353094d20a3. 28-11-2016 23:00:35.352 -05:00 - 193 - Skipped IDE integration, connection failed. 28-11-2016 23:00:35.357 -05:00 - 198 - Android test running Xamarin.UITest version: 2.0.2 28-11-2016 23:00:35.394 -05:00 - 235 - Finished with exit code 0 in 31 ms. List of devices attached 0715f75da7860934 device 28-11-2016 23:00:35.396 -05:00 - 237 - QueryAdbDevices devices output: [ "0715f75da7860934 device" ] 28-11-2016 23:00:35.398 -05:00 - 238 - QueryAdbDevices found attached devices: [ "0715f75da7860934" ] 28-11-2016 23:00:35.415 -05:00 - 256 - Initializing Android app on device 0715f75da7860934 with installed app: com.xxx.xxx 28-11-2016 23:00:35.664 -05:00 - 504 - Artifact folder: /var/folders/v3/yqtrsz29495_58109hvl79kc0000gn/T/uitest/a-6708BDC0F5D725725631342F50BE9A748BD7C49C 28-11-2016 23:00:35.664 -05:00 - 505 - Skipping local screenshots. Can be enabled with EnableScreenshots() when configuring app. 28-11-2016 23:00:35.665 -05:00 - 506 - Signing apk with internal keystore. 28-11-2016 23:00:35.666 -05:00 - 507 - Using cached artifact: dev.keystore 28-11-2016 23:00:35.803 -05:00 - 644 - Finished with exit code 0 in 135 ms.