How to run Appium studio recorded script in Eclipse/Intellij IDE on Real iOS Device

Hi,

I have currently recorded the automation script in Appium studio, as it contains the testing of setting screen of Real iOS application (Wifi ,MobileData, Airplane mode …etc) which can not be tested using appium.

I have copied the recorded script in intellij IDE and when I execute it, It works fine on Real Device .In this scenario appium studio should be opened.

Now I want to execute the script in Intellij IDE without opening the appium studio GUI.

Is it possible?

Is there any other way like importing the library in Intellij using which you can execute the test without opening GUI?

Thanks in advance…

Hi,

as far as I am aware, you need to have the Appium Studio GUI open to execute on local devices.