Hi All,
We can run the tutorial example successfully with Appium.app on Mac OS X using:
tutorial/projects/ruby_ios$ rake ios[test]
If instead of using the Appium.app, we use the command line version to run the Appium server with:
- appium $ node .
or
- $ appium # for the node installed modules.
The simulator screen stays black. Please see the following logs for details:
- Things are working fine: Appium.app.appium_server.log (278.3 KB)
- Simulator screen stays black: node_._.appium_server.log (11.4 KB). Similar log is available when using the appium command line.
We just tried with the 1.2.2 version and the behavior is unchanged.
We have been able to automate some scenarios on our own application using the Appium.app.
Though now we would like to get that automation to run in Jenkins and using Appium.app is not what we want.
What should we try to get that issue resolved and run “node .” or better use the npm installed appium command?
Best regards,
Christophe