Please follow the instructions provided @ https://github.com/appium/appium/blob/master/docs/en/appium-setup/running-on-windows.md
-
npm works in your command line
-
Install Appium using npm
-
Check Installation :
- node.exe available at : C:\Program Files (x86)\Appium\node.exe
- Default location for appium
C:\Users\<windows_login_user>\AppData\Roaming\npm
andC:\Users\<windows_login_user>\AppData\Roaming\npm\node_modules\appium
- run `start_background.bat` which will launch appium service as background
( console will be seen)
- run `stop_background.bat` which will stop appium service
WORK UNDER PROGRESS
NOTE: TODO:
- Appium Installer program
- Add Loggers functionality to trace all appium logs
- Add Support to MAC
- Fix Bugs and Refactor code to handle background tasks properly