Skip to content

Mobile Automation

Attila Branyik edited this page Aug 9, 2017 · 7 revisions

Appium support

Cinnamon provides Appium support out of the box for Android and iOs devices and emulators.

To be able to run a test on an Android emulator: Prerequisites:

  • android emulator is running on the target machine
  • appium server is running on the target machine

User needs to add a profile into the webdriver.conf file. It should look like:

appium-android { automationName: Appium platformVersion: 8.0 deviceName: emulator-5554 browserName : chrome appiumVersion: 1.6.5 platformName: Android browserType: Android driverExtras: { "args": ["--no-first-run"] } }

After this user has to run the tests with newly added profil: mvn clean install -Denv=default -DbrowserProfile=appium-android