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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -