xamarin-test-cloud

Xamarin Android: Shared MonoRuntime error

旧巷老猫 提交于 2019-12-21 21:27:53
问题 I am developing an android app with Xamarin. I tested in successfully through emulator and in test cloud manually but when I am trying to run it through VSTS, I am getting: Mono Shared Runtime is not supported. This can be resolved by changing the project configuration or using a Release build. I checked my android project file, shared mono runtime is turned off. Can anyone tell me what could cause this issue and how to resolve it? 回答1: Right click to your Android Project -> Properties

Xamarin.UITest DeviceAgentException: Failed to install DeviceAgent

混江龙づ霸主 提交于 2019-12-09 13:29:26
问题 How do I solve this error that occurs when running Xamarin.UITest on an iOS Device? It happens on both the iOS Simulator and a physical iOS device. SetUp : Calabash.XDB.Core.Exceptions.DeviceAgentException : Failed to install DeviceAgent: ApplicationName='/var/folders/5m/3712cp7j2k928k6z3fgszfyw0000gp/T/xdb/DeviceAgent.iOS.Dependencies/93c12f73043a2d14eea9d417ab080eb4/bin/iOSDeviceManager', CommandLine='install -d fcbb5006c892e39f1f675a3f6804ce3688c3b8d1 -a /var/folders/5m

Xamarin.UITest DeviceAgentException: Failed to install DeviceAgent

江枫思渺然 提交于 2019-12-03 16:21:40
How do I solve this error that occurs when running Xamarin.UITest on an iOS Device? It happens on both the iOS Simulator and a physical iOS device. SetUp : Calabash.XDB.Core.Exceptions.DeviceAgentException : Failed to install DeviceAgent: ApplicationName='/var/folders/5m/3712cp7j2k928k6z3fgszfyw0000gp/T/xdb/DeviceAgent.iOS.Dependencies/93c12f73043a2d14eea9d417ab080eb4/bin/iOSDeviceManager', CommandLine='install -d fcbb5006c892e39f1f675a3f6804ce3688c3b8d1 -a /var/folders/5m/3712cp7j2k928k6z3fgszfyw0000gp/T/xdb/DeviceAgent.iOS.Dependencies/93c12f73043a2d14eea9d417ab080eb4/ipa/DeviceAgent-Runner

How to run test using VS on iOS simulator(on mac)

谁说胖子不能爱 提交于 2019-12-02 17:02:10
问题 Just started investigate the Xamarin Test Cloud. I want to write a simple test using VS and run this test on iOS simulator, which is running on Mac machine. I've connected to Xamarin Mac Agent. Agent run on the same Mac machine as the iOS simulator. I've faced with exception "iOS tests are not supported on Windows" when i'm trying to use something like this: app = ConfigureApp.iOS.StartApp(); I'm understand that I can't run iOS tests on Windows, but I want to run it on iOS simulator on Mac.

How to run test using VS on iOS simulator(on mac)

一世执手 提交于 2019-12-02 09:53:44
Just started investigate the Xamarin Test Cloud. I want to write a simple test using VS and run this test on iOS simulator, which is running on Mac machine. I've connected to Xamarin Mac Agent. Agent run on the same Mac machine as the iOS simulator. I've faced with exception "iOS tests are not supported on Windows" when i'm trying to use something like this: app = ConfigureApp.iOS.StartApp(); I'm understand that I can't run iOS tests on Windows, but I want to run it on iOS simulator on Mac. Could someone explain me how can I do this? Is it possible? And a have another question. As a said I've