Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appium环境搭建 #1

Open
hanhan1 opened this issue Apr 25, 2017 · 0 comments
Open

Appium环境搭建 #1

hanhan1 opened this issue Apr 25, 2017 · 0 comments

Comments

@hanhan1
Copy link
Owner

hanhan1 commented Apr 25, 2017

一.必备环境

  1. python node.js android studio/genymotion(安卓模拟器,及sdk)
  2. 配置好的jdk androidhome
  3. 编辑器 pycharm
  4. 命令行 gitbash

二.安装appium

  1. 用npm命令
    npm install -g appium
    npm 是node包管理器和分发工具,有npm可以对需要安装的包进行下载安装,及管理
    若无npm命令则先装node.js,再配置环境变量,直到在你的gitbash上运行

    说明node环境安装配置成功
    接下去使用npm下载appium安装包
    在windows上下载很慢且通常都下载不下来(卡住且最后返回错误)

  2. 下载安装包(推荐)
    由于Appium是基于.NET开发的,所以要依赖 . NET Framework相关组件,若需要升级.NET Framework
    百度安装最新版即可完成安装
    最后appium安装完成的界面是

    appium安装完成

    配置appium的环境变量到path中

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant