| commit | ed5d4f4d72bf26ce0ccdb2b85c1bbd28564a8958 | [log] [tgz] |
|---|---|---|
| author | Abhinav Singh <[email protected]> | Wed Mar 12 01:19:12 2014 |
| committer | Abhinav Singh <[email protected]> | Wed Mar 12 01:19:12 2014 |
| tree | c7bb3fb6857a01dffbba10156ae89e4a5da1bbae | |
| parent | d068a891f7b8a7fb752fa8e4d5b156693a8a87d5 [diff] |
ignore eggs generated while using setup.py install
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
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 (i.e. calabash, ios_robot, ocunit, uiautomation)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 just 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