I’m trying to test an Ionic app with appium + protractor and run the tests on Genymotion emulator.
The tests work fine on a real device, but when I chance to run on the emulator, always return the message:
The Appium log looks like this:
I want to be able to run the tests on the emulator to integrate my test suite to a CI environment.
Does anyone can help me to do this?