Can't update calabash server version

前端 未结 1 898
眼角桃花
眼角桃花 2021-01-23 01:49

Having a problem updating the Calabash server version. The problem is that I can run basic tests that check for elements... However, once I try to "touch" buttons cala

相关标签:
1条回答
  • 2021-01-23 01:57

    Finally solved it!

    It turns out that it all had to do with the calabash component in my Xamarin project.

    When I first started experimenting with tests few month ago I added the calabash component (image below)

    Calabash component

    When I started adding some more tests now, I still had the same component. This component is up to date as far as I can tell. I then tried to remove it and add it again but I could no longer find it.

    Turns out that now it is called "Xamarin Test Cloud Agent". I installed that component and DONE.

    Xamarin Test Cloud Agent

    Hope this helps anyone.

    0 讨论(0)
提交回复
热议问题