Hi,
Below is the script I am using to generate pdf for individual projects..
call %SOAPUI_HOME%\testrunner.bat -FPDF -f %OUTPUT_FOLDER%/test -GDatapath=%GLOBAL_PATH%
-R"Project Report" %PROJECT_FOLDER%/test.xml
call %SOAPUI_HOME%\testrunner.bat -FPDF -f %OUTPUT_FOLDER%/test1 -GDatapath=%GLOBAL_PATH%
-R"Project Report" %PROJECT_FOLDER%/test1.xml
this two scripts gets call when I execute
maven install command..parameter inside %% tag are input parameter from pom.xml. Sorry I cannot provide pom.xml as it is on client machine...
Above script will generate two pdf files for two projects...but requirement is to generate one consolidated report for all projects...
Is there any script (third party script) which can help to generate one pdf for all projects?