问题描述
我想使用 Device Farm
进行ios测试,但是目前我们正在使用 Python 3.5
和 Appium 1.6.4-beta
.根据他们的文档,他们只支持 python 2.7
,我觉得这没有更新.谁能确认设备场当前是否支持 python 3.5
和 appium 1.6.4-beta
?我在他们的论坛上找不到这个答案.
I want to use Device Farm
for ios testing but currently we are using Python 3.5
and Appium 1.6.4-beta
. As per their documentation, they only support python 2.7
and I feel like this is not updated. Can anyone confirm if the device farm currently supports python 3.5
and appium 1.6.4-beta
? I couldn't find this answer from their forum.
设备场的文档-http://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-android-appium-python.html
当前,Device Farm支持Appium版本1.6.3和1.4.16,以及Python版本2.7.6(点点版本1.5.4).
Currently, Device Farm supports Appium versions 1.6.3 and 1.4.16 and Python version 2.7.6 (pip version 1.5.4).
推荐答案
我为AWS Device Farm团队工作.该文档是正确的,因为我们仅支持Python 2.7和Appium版本1.4.16和1.6.3.
I work for the AWS Device Farm team. The documentation is correct in that we only support Python 2.7 and Appium versions 1.4.16 and 1.6.3.
这篇关于Device Farm是否支持python 3.5和appium 1.6.4-beta?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!