Appium Python测试环境搭建

1,Appium安装:https://github.com/appium/appium-desktop/releases

2,安装jdk

3,安装node.js:https://nodejs.org/en/download/  验证:命令窗口 node -v

4,安装ADT版本的eclipse:https://codeday.me/bug/20171105/92958.html (或http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip) 下载后直接解压即可

配置环境变量:

5,安装pydev:打开eclipse,help->install new software->work with输入http://www.pydev.org/update_site/4.5.1->回车

6,在eclipse中配置python环境变量:Windows>Perferences>Pydev>Interpreter-Python

7,安装pip:https://pypi.org/project/pip/

猜你喜欢

转载自www.cnblogs.com/lp475177107/p/11115904.html
今日推荐