iOS自动化测试之smallapple 使用翻译

来源:互联网 发布:数据字典模型作用 编辑:程序博客网 时间:2024/06/06 00:25
usage: smallapple automation [options] <.ipa/.app path | bundle id>options:    -s <device id>                 : specify device id. default the first found device    -b                             : use bundle id instead of app path    -o <result dir>                : result direcotry. default $PWD/resultscript options:    -t <template>                  : instruments template. default SMALLAPPLE/templates/Automation_Monitor_CoreAnimation_Energy_Network.tracetemplate    -c <script>                    : instruments automation js. default SMALLAPPLE/scripts/UIAutoMonkey.jsresign options:    -p <.mobileprovision path>     : .mobileprovision path      or  -e <entitlement path>    : entitlement path    -i <developer identity>        : ios developer identitycrash options:    -d <dsym path>                 : dSYM path for crash analyzeexample:    smallapple automation test.ipa    smallapple automation -b com.baidu.BaiduMobile    smallapple automation -c <testcase> -b com.baidu.BaiduMobile    smallapple automation -s <device> -p <provision> -i <identity> -c <testcase> test.ipa

翻译:

用法:smallapple 自动操作[选项]<.ipa/.app 路径 | bundle id>选项:    -s <设备 id>                   :指定设备id.默认为第一个发现的设备    -b                             :使用包id,而不是应用程序的路径    -o <结果目录>                   :结果目录. default $PWD/result