Posts

Showing posts from January, 2019

How to install and configuration automation on Mac OS

Image
Install Xcode app store of Mac OS Install brew by Open Terminal fill in Enter the command in the terminal. 1) ruby -e “$(curl –fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )" Install Appium using Node by Open Terminal fill in Enter the command in the terminal. 1) brew install node 2) sudo npm install -g appium --unsafe-perm=true --allow-root 3) sudo npm install wd Start Appium (check if the appium service has started, check with the below command & the socket needs to be in Listening mode.) by Open Terminal fill in Enter the command in the terminal. 1) appium & Set path for Xcodebuild by Open Terminal fill in Enter the command in the terminal. 1) sudo xcode-select –s /Applications/Xcode.app/Contents/Developer/ Install tools by Open Terminal fill in Set Permission folder Enter the command in the terminal. 1) cd /usr/local/lib/node_modules/ 2) open . 3) Right click Folder “node_modules” to click “Get info” Set Sharing &a