Ready API 1.6.0 - Turn Off HTML reports produced when calling testrunner.sh
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Senior Software Engineer
Parexel Informatics
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ian,
Thanks for your question. Could you please refer it to our Ready! API Customer Care Team as some investigation should be done here. Thanks.
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not sure, but have tried it?
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry I meant to say this is calling the test runner directly with a project from the CLI
Senior Software Engineer
Parexel Informatics
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
Senior Software Engineer
Parexel Informatics
