automated tests - aggregate the reports from different robot testsuites -
i have different test suites in different directories. use script run these tests in 1 shot. want view report of these test suites in aggregated way. best way aggregate these reports of different test suites(from different directories) in robot?
robot comes tool called "rebot" combining test results single report.
for example, combine "output1.xml" , "output2.xml" single log , report file, this:
rebot output1.xml output2.xml
for more information see using rebot tool in robot user guide
Comments
Post a Comment