Skip to content

Instantly share code, notes, and snippets.

@narainsagar
Last active September 25, 2016 00:48
Show Gist options
  • Save narainsagar/20b8387af794cf3f4c613f24a1347ca1 to your computer and use it in GitHub Desktop.
Save narainsagar/20b8387af794cf3f4c613f24a1347ca1 to your computer and use it in GitHub Desktop.
For MAC (OSX) - App Developer Tools Setup and Installation Guide.

Dev Tools Setup and Installation Guide

$ brew install phantomjs
$ brew install mongodb
# Install webdriver-manager
$ npm install -g webdriver-manager

# Setting up a Selenium Server (By default it will download the selenium server jar and chromedriver binary.)
$ webdriver-manager update

# Start webdriver-manager (Selenium Server)
$ webdriver-manager start
# Install protractor
$ npm install -g protractor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment