Welcome to MobileTesting YouTube channel.
In this video I will show you how to install and uninstall Appium server in your mac the right way. We are going to install the latest version of Appium available in the market.
We installed Appium v1.6.5 in this video session.
What is Appium?
Appium is an open source test automation framework for use with native, hybrid and mobile web apps.
It drives iOS, Android, and Windows apps using the WebDriver protocol.
Command to install Appium:
npm install appium -g
Command to uninstall Appium:
npm uninstall appium -g