使用AppiumBooster打造心目中理想的自动化测试框架(30)

发表于:2016-09-12来源:debugtalk作者:Leo Lee点击数: 标签:Appium
命令行工具 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

命令行工具

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/