ecsmmek
6 years agoOccasional Contributor
Is it possible to generete two types of reports in the same testrunner session?
Hi,
We want to generate two types of reports in the same session in testrunner when running Jenkins. Is that possible?
E.g -R"Project Report,JUnit-Style HTML Report" -FXML
Best Regards
Mathias
Hi Mahias,
Yes, it's possible to generate both types of reports at the same time. For this, you need to include these arguments:
* -j to generate a JUnit-style HTML Report
* "-RProject Report" -FPDF to generate a Project report
Example:
"C:\Program Files\SmartBear\ReadyAPI-2.6.0\bin\testrunner.bat" -a -j -fC:\Temp\report -g "-RProject Report" -FPDF "-EDefault environment" C:\Projects\readyapi-project.xml
Tip: you can easily generate the needed command line using TestRunner GUI: