Forum Discussion

akira0002's avatar
akira0002
New Contributor
13 years ago

How to create test step report by testrunner command

I need to create test report by testrunner in command-line mode,and need this report includes all testsuite,all testcase and all steps in testcase.

testrunner.bat -sSCENARIOS -a -j -fC:\api_report -EDefault -I F:\workspace\V2-APIs-Scenarios-soapui-project
I tried this command ,but it only can display the testcase level result,but i need test step info, not just test case level result
seem i can do this inside my soapui pro
but how to do this just by testrunner ?
Thanks