Is it possible to run Appium iOS automated tests o

2020-02-14 00:25发布

问题:

I know that it's impossible to code the test on ubuntu since I need apple's xCode, but I would like to know if, once coded, it is possible to run the automated tests on Ubuntu.

Thanks.

回答1:

No, appium needs xCode to use UiAutomation and instruments to perform testing on iOS unfortunately.



回答2:

I did follow with success the following tutorial: Appium on Raspberry-Pi

My current setup is as follows:

  • iOS devices connected to Raspberry-Pi 4 (Ubuntu)
  • Appium server on RPi + Quamotion tools
  • Inspect/Run automation scripts from remote computer.

I tried this on RPi but I guess this works on any Ubuntu computer/server.