One click installation script for mobile automation environment setup [osx_mobileautomation_setup]

Hi All,

I am working on appium and calabash for a long time. I set the automation environment very frequently on boxes, and I have automated the setup process completely for OSX.

The script includes setting up

  • Github for mac
  • Homebrew
  • Homebrew cask
  • Homebrew services
  • RVM
  • Zsh
  • node
  • Appium
  • calabash

You can find more information about the script in the following git repo.

https://github.com/CodeAccura/osx_mobileautomation_setup

Please try using the script in your local machine and let me know how it works.

It can be run multiple times on the same machine safely. It installs, upgrades, or skips packages based on what is already installed on the machine.

1 Like