bin/calabash-android-helpers.rb in calabash-android-0.0.5 vs bin/calabash-android-helpers.rb in calabash-android-0.0.6
- old
+ new
@@ -15,16 +15,19 @@
<command-name> can be one of
help
prints more detailed help information.
gen
generate a features folder structure.
- setup will ask you some questions about you application, development
+ setup
+ sets up the current folder to run calabash against your
+ application.
+ Will ask you some questions about you application, development
environment and key store to user for signing.
-
- build builds the test server that will be used when testing the app.
+ build
+ builds the test server that will be used when testing the app.
You need to run this command everytime you make changes to app.
-
- run runs Cucumber in the current folder with the enviroment needed.
+ run
+ runs Cucumber in the current folder with the enviroment needed.
EOF
end
def print_help
file = File.join(File.dirname(__FILE__), '..', 'doc', 'calabash-android-help.txt')