1. What are the installation procedure for calabash iOS in windows?
No
I would say not to try calabash ios with windows.
Even if you want use windows for calabash ios options are limited.
2. How to avoid install / uninstall the app every-time for android (while running scripts)?
For android
Comment this code in app_installation_hooks.rb file in android support folder
uninstall_apps
install_app(ENV["TEST_APP_PATH"])
install_app(ENV["APP_PATH"])
3. How to run multiple feature file in one run command?
Use cucumber tags on features - https://github.com/cucumber/cucumber/wiki/Tags
4. How to find calabash ipa
http://www.mobiletestworld.com/2014/04/how-to-find-appbundlepath-calabash-ios.html5. How to launch IOS simulator from command line
http://www.mobiletestworld.com/2014/04/command-to-launch-ios-simulator-from.html
No comments:
Post a comment