简体   繁体   English

使用 Docker 自动化 iOS 测试

[英]Automating iOS tests with Docker

There's another post about this, but it's four years old.还有一篇关于这个的帖子,但它已经四年了。 Is there any way to run iOS Appium tests using docker, I've seen this image: quamotion/appium-docker-ios .有什么方法可以使用 docker 运行 iOS Appium 测试,我看过这个图片: quamotion/appium-docker-ios But I think quamotion is a paid service with its own scripting language, and I'd like to run this for free (maybe just using some servers like DigitalOcean)但我认为 quamotion 是一种有自己脚本语言的付费服务,我想免费运行它(也许只是使用一些像 DigitalOcean 这样的服务器)

For running iOS tests Appium requires Xcode with the command-line build tool.为了运行 iOS 测试,Appium 需要带有命令行构建工具的 Xcode。 You may think of using Darwin docker image, but I doubt it is easy to install XCode there.您可能会想到使用 Darwin docker 映像,但我怀疑在那里安装 XCode 是否容易。

You can check vagrant-box-osx , but it looks outdated.您可以检查vagrant-box-osx ,但它看起来已经过时了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM