我使用的是ibm rpt v9.5(现在是hcl onetest performance),我已经创建了项目,并且能够在gui模式下运行。但是不能使用cmdline在非gui模式下运行。有没有人遇到过这个问题?
cmdline -workspace workspace_full_path -project proj_rel_path -eclipsehome eclipse_full_path -plugins plugin_full_path -schedule sched_rel_path -suite suite_rel_path -varfile variable_file_full_path -servicename service -serviceargs service_args -configfile file_full_path -results result_file -overwrite {true | false} -quiet -users nn -vmargs JVM_args -exportlog log_full_path -exportstats/-exportstatshtml local_dir_path -exportstatreportlist stats_list -usercomments "any user comment"
-workspace "C:\Users\admin\HCL\hclproducts\workspace" -project test -eclipsehome "C:\Program Files\HCL\HCLProducts\hotperfse" -plugins "C:\Program Files\HCL\HCLIMShared\plugins" -schedule "Deleg_iteration_final.testsuite" -varfile "C:\Program Files\HCL\HCLIMShared\plugins\com.ibm.rational.test.lt.cmdlineexecute_7.2.2040.v20181116_1319\plugin.xml" -exportstatshtml "C:\Users\admin\Desktop" -overwrite {"false"} -usercomments "example"我在执行时遇到错误-它说Suite的路径不正确,或者在机器上安装正确的java。
发布于 2019-09-20 18:55:30
您错过了没有路径的"project“标签
你的命令:-project测试
预期:-project“路径,包括项目相对于工作区的文件名”
https://stackoverflow.com/questions/57542733
复制相似问题