Can I run appium in headless mode? Automating for android native app.
Its exactly the same way as "normal" mode. The appium part doesn't really change anything. You just need to launch emulator in headless mode, something like
emulator -avd test_headless -no-audio -no-window &
How about running iOS native app in headless mode? Can anyone pls let me know if this is possible
Where you need to execute the above command?
In Windows command line prompt?
If Yes, do i need to specify the emulator name? In the above command what is the emulator name?
Hi,
yes, thats in windows command line prompt You need to have paths properly set in order to access emulator from any folder.
For more information about emulator just write:
emulator -help
More info in here: http://paulemtz.blogspot.pt/2013/05/android-testing-in-headless-emulator.html