- for convenience, put all of output.xml file in to one folder, e.g C:\output_1.xml, C:\output_2.xml ...
- use command parameters:
- --outputdir :: this is for your final result located.
- --merge :: this is for merging all output files.
- --output :: this is for the merged final output file
- -l :: this is for generating new log file
- -r :: this is for generating new report file
- final command should be like this
C:\>rebot --outputdir c:\result --merge --output final_output.xml, -l final_log.html -r final_report.html output_1.xml output_2.xml, output_3.xml
Done!!!
I have one concern here, we are giving manually file names to merge. What if we have more than 10-20 or may be 100...files.? is there any way to achieve same.
ReplyDeleteI feel it needs more manual efforts to merge large number of files in this way if we are adding xml file names manually.
What
Then you have to add names manually even if it's 100 files
Deleterebot --name RebotCombined *.xml
ReplyDelete