I am using windows 10 , katalon studio community and I haved installed:
node js
appium
and I have up and running a virtual device within android studio(with developer mode on just in case). Is the device that appears below. So
seems that device in recognized by katalon in that dropdown but no able to spy or run the tests within katalon. Any help , would be appreciated. Here is a screenshot
@francorebu What version of Katalon Studio are you using? I believe most katalon studio versions only accept appium version 1.XX.X and if you would like to use appium 2.0 you will have to either use remote execution instead of mobile or use the alpha version of KS that supports appium 2.0. My team uses remote execution to utilize appium 2.0.
Just a warning if you ever have to do iOS automation that there is a breaking change introduced in xcode 14 that will require appium 2.0 to fix or to roll back to an earlier version of xcode. Which can get difficult to deal with it. But that would also require a mac instead of a windows machine