I followed below steps;
1 , Taken a fresh Mac OS.
2. Installed Homebrew on that.
3.run brew install node (to install node.js) (Got Success)
4.mkdir appium-test && cd appium-test (Got Success)
5.npm install -g appium (Got Success with some warning)
6.sudo authorize_ios (Failed with error 'sudo' command not found)
7.npm install wd (Success)
9.appium & (Failed with error Appium command not found)
10.node simplest.js (Failed)
Interested to know what wrong I have done.
I want to use appium to test a web application on IOS. First need help to setup and then verify the setup.
I need below information from this group to test my web Application on IOS simulator
1) correct steps to follow to step Appium on Mac OS.
2) How to verify that it got setup properly.
3) To write test cases in java ,what other software/Application need to install on Mac (Do I need to have Selenium, Eclipse or any other software), I want to know what editor to use to write cases.And how to start write cases using appium framework
4)How to get execution result in HTML format.
I am new to APPIUM so need some guidance from experts to start.
Thanks in Advance.