Forum Discussion

BigE0n's avatar
BigE0n
New Contributor
9 years ago
Solved

Ready API 1.6.0 - Turn Off HTML reports produced when calling testrunner.sh

Hi have recently upgraded from using SOAPUI 5.21, to READYAPI 1.6.0 SOAPUING.

Running the same project suite is now producing EXTRA reports, we run with the following parameters:

 

/bin/testrunner.sh -ArjMI -f "$DIRNAME/testrun" "$DIRNAME/<project>.xml"



in SOAPUI 5.21 this produced results that can be used in JENKINS (as JUNIT) due to the -j argument.

in READYAPI 1.6.0 SOAPUING this produced results that can be used in JENKINS (as JUNIT) due to the -j argument, and a LOT of extra superflous html files that can be used via the 'index.html' file.

I have tried VARIOUS other arguments for READYAPI 1.6.0 SOAPUING to turn OFF the extra html production but to no avail, including the -F and -R arguments.

Is there a hidden argument to disable this? If not can this be added as a feature as this is EXTRA IO and EXTRA space for HTML reports that I do not require.

  • Hmmmm seems that setting  "-RJUnit-Style HTML Report" actually removed MOST of the SUPERFLUOUSLY generated html reports and text files. one project went from 9284 files (45Mb ) to  58 Files (3mb)

    Although this seems counter intuitive to what the setting of "-RJUnit-Style HTML Report" is supposed to do using

    /bin/testrunner.sh "-RJUnit-Style HTML Report" -rjMIO -f "$DIRNAME/testrun" "$DIRNAME/<project>.xml"

    has drastically improved my test runs speeds on our Jenkins server


    I gleaned this from https://community.smartbear.com/t5/SoapUI-NG/Generate-HTML-reports-Command-line/m-p/115716/highlight/true#M26972

     

4 Replies

  • BigE0n's avatar
    BigE0n
    New Contributor

    Hmmmm seems that setting  "-RJUnit-Style HTML Report" actually removed MOST of the SUPERFLUOUSLY generated html reports and text files. one project went from 9284 files (45Mb ) to  58 Files (3mb)

    Although this seems counter intuitive to what the setting of "-RJUnit-Style HTML Report" is supposed to do using

    /bin/testrunner.sh "-RJUnit-Style HTML Report" -rjMIO -f "$DIRNAME/testrun" "$DIRNAME/<project>.xml"

    has drastically improved my test runs speeds on our Jenkins server


    I gleaned this from https://community.smartbear.com/t5/SoapUI-NG/Generate-HTML-reports-Command-line/m-p/115716/highlight/true#M26972

     

    • BigE0n's avatar
      BigE0n
      New Contributor

      Sorry I meant to say this is calling the test runner directly with a project from the CLI