Is it possible to run Appium iOS automated tests on Ubuntu?

爱⌒轻易说出口 提交于 2020-03-11 20:09:50

问题


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.



来源:https://stackoverflow.com/questions/33529495/is-it-possible-to-run-appium-ios-automated-tests-on-ubuntu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!