Hi Team,
developer has provided us .app file for mobile automation using appium.
Please update us on solution how to proceed.
Hi,
Are you trying to execute this in a CI environment / via scripting? Or just manually startup Appium?
Opening the app as a UI on OS X
From terminal: open “<Path to .app folder>”
If you want to open it for CI / scripting you need node
From terminal: node <Path to .app folder>/Contents/Resources/node_modules/appium/build/lib/main.js
-Ben