| commit | 23d71a62d5a2ff6311217c8ad8a438eab18c0cef | [log] [tgz] |
|---|---|---|
| author | Abhinav Singh <mailsforabhinav@gmail.com> | Wed Mar 12 04:11:41 2014 |
| committer | Abhinav Singh <mailsforabhinav@gmail.com> | Wed Mar 12 04:11:41 2014 |
| tree | 6e184d49aa6099282052a6500c0db5a9ef019bdc | |
| parent | f276f5c1feda71fdbbda97ab21f31aad85de9935 [diff] |
add tunnel usage info in readme
The official Python client for the Appurify API.
pip install appurify-0.2.9.tar.gz
This will install any missing dependencies and add two executable scripts to your bin folder:
$ appurify-client.py -h $ appurify-tunnel.py -h
appurify-client.py --api-key $API_KEY --api-secret $API_SECRET \ --app-src $APP-SRC --app-test-type $TEST_TYPE --test-src $TEST_SRC --test-type $TEST_TYPE \ --device-type-id $DEVICE_TYPE_IDS --result-dir $RESULT_DIR
appurify-tunnel.py --api-key $API_KEY --api-secret $API_SECRET
To provide local/private network environment to your tests, they must be started after tunnel has been established.
API_KEY: Used for authenticationAPI_SECRET: Used for authenticationAPP_SRC: The path or URL to the app binary (.ipa or .apk)TEST_SRC: The path or URL where the test files are locatedTEST_TYPE: Your test framework name e.g. calabash, ios_robot, ocunit, uiautomation. See constants.py for list of supported test types.DEVICE_TYPE_IDS: A comma separated list of numbers representing the device type IDs you wish to use for your testRESULT_DIR: The directory on your local machine where you want your results to be written.In Jenkins create a new Execute Shell build step and upload your app using the Python wrapper as pictured below.

Found a bug or want to add a much needed feature? Go for it and send us the Pull Request!
--version flag to print version and exit--timeout parameter to specify the desired timeout at runtime, or using the os environment variable APPURIFY_API_TIMEOUT. Specify desired timeout in seconds.ios_sencharobot test typenetwork_headers test type no longer requires app sourceresult-dir parameter.kif test type