AppiumBooster
通过在命令行中进行调用。
1
2
3
4
5
6
7
8
|
$ ruby start.rb -h
Usage: start.rb [options]
-p, --app_path <value> Specify app path
-t, --app_type <value> Specify app type, ios or android
-f, --testcase_file <value> Specify testcase file(s)
-d, --output_folder <value> Specify output folder
-c, --convert_type <value> Specify testcase converter, yaml2csv or csv2yaml
--disable_output_color Disable output color
|
原文转自:http://debugtalk.com/post/build-ideal-app-automation-test-framework/