Forum Discussion

bs01's avatar
bs01
Occasional Contributor
9 years ago
Solved

Generate HTML reports - Command line.

      We are using Ready API (ours is web services testing), and using only soapui ng pro. We are executing the tests from command line like this, but, the reports are not stored in HTML format. ...
  • TanyaYatskovska's avatar
    9 years ago

    Hi,

    Try using the following command line.

    testrunner.bat "-FHTML" "-RJUnit-Style HTML Report" "C:\myfolder\myproject.xml"

    If you want to get a JUnit-style HTML report, you need to specify this in the –R argument. Please note that –F and –A arguments are ignored in this case. Please refer to the following online article for more information:

    http://readyapi.smartbear.com/features/automation/testrunner/cli

     

    Does this help?