Xamarin Test Recorder - How to Use with iOS App

时间:2015-12-10 01:23:32

标签: xamarin xamarin-test-cloud

I'm using Xamarin Forms v2.0 with Visual Studio 2015 using a Macbook as a build agent. I'm evaluating Xamarin Test Recorder as a means of creating UI Tests to be uploaded to Test Cloud.

Test recorder runs on a Mac and requires the user to select a device (or simulator) and an app to test on the device.

I selected the iPhone simulator that is running on the Mac but am suck at the next step - select an app.

I'm guessing I must provide an IPA and that the IPA must be on the Mac somewhere as the Xamarin build agent built it there but I can't find it.

The very limited documentation and videos are of no help as they mainly focus on Android apps which are much easier to package.

Any ideas?

1 个答案:

答案 0 :(得分:3)

如果您正在使用VS& Xamarin Mac Agent,那些构建产品,包括.app,将位于构建缓存中(假设它尚未刷新):

~/Library/Caches/Xamarin/mtbs/builds

缓存的内容' builds目录可以安全删除,因此如果找不到哪个目录,请删除它,重新构建应用程序并重新检查目录......

注意:史蒂夫在评论中指出,测试记录器正在寻找一个.app被选中而不是.ipa