Forum Discussion
Hi Davy,
You can specify the –f argument for each test run. It will identify a root folder where your report will be saved. You can use date/time of the test run in the folder name. In this case, each report will be saved to its own folder.
As for the other question about exporting reports to the PDF format, first of all, the –F argument (where you specify the exported format) is available only in the Pro version. Are you using SoapUI NG Pro? If you are, please note that the runner can ignore -F argument depending on the value of the -R argument. Please refer to the following online article for more information:
http://readyapi.smartbear.com/features/automation/testrunner/cli
Hi,
the documentation you are referring is only when we have Secure PRO ?
i have only Soapui NG Pro
THank you
- TanyaYatskovska9 years agoSmartBear Alumni (Retired)
My bad. I've corrected the link:
http://readyapi.smartbear.com/features/automation/testrunner/cli
- _ivanovich_9 years agoFrequent Contributor
Hi,
thank you for the quick response.
i tried this simple testrunner.bat
The test is executing but nothing is created in C:\RESULTAT\login_test folder
cd C:\Program Files\SmartBear\ReadyAPI-1.4.0\bin\ testrunner.bat -FPDF -R"JUnit-Style HTML Report" -FC:\RESULTAT\login_test -E env_staging -c"TestSuite_Login" C:\myfolder\myproject.xml
- TanyaYatskovska9 years agoSmartBear Alumni (Retired)
Try using the following command line (I’ve added double quotes):
testrunner.bat -FPDF -R"JUnit-Style HTML Report" –F"C:\RESULTAT\login_test" -E"env_staging" -c"TestSuite_Login" C:\myfolder\myproject.xml
Related Content
- 6 years ago
- 5 years ago
- 2 years ago
Recent Discussions
- 18 days ago