I’m using Appium for my company’s Automation Testing Framework. However, the company won’t allow me to download an Android Emulator (or even install HAXM) b/c of 3rd party issues.
How may I set up my Appium-Tests without the need for an emulator?
I understand that it is similar to Selenium WebDriver that it needs to visually emulate the task. But, if there’s a workaround, I’d appreciate it.
Preferably, I like to use Eclipse IDE. But, if you can only provide solutions with Android Studio or IntelliJ, I’ll be just as happy.