Skip to content

Instantly share code, notes, and snippets.

@wellavelino
Last active November 8, 2017 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wellavelino/b659f8235608a3e6bc2c0424d47dc9f2 to your computer and use it in GitHub Desktop.
Save wellavelino/b659f8235608a3e6bc2c0424d47dc9f2 to your computer and use it in GitHub Desktop.
Appium install

Configuração Appium (Ruby lib)

Atualizar versão do Ruby para 2.2++

rbenv install 'versão do ruby'

Instalar/Atualizar o node na máquina

MAC

brew install node

Linux

brew install node

Windows

Baixar e rodar https://nodejs.org/en/

Instalar o appium na máquina

npm install -g appium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment