haven’t found anything about merging outputs from different root suites - maybe someone can help.
So i want to do a rebot --merge and i have 2 xml files from 2 different root suites. Now i see this error
Cannot merge outputs containing different root suites
well i asume you have multiple RF report files you want to merge using rebot - right?
First you need to add the --name “here-is-your-name” to the "robot … " calls and NOT to “rebot” call.
So you should do something like: robot --name “robotframework”
You should create for all your robot runs each an “xml” report file e.g. you should add ro your robot call this: --outputDir /opt/robotframework/reports --output test1.xml
For your second robot you add: --outputDir /opt/robotframework/reports --output test2.xml
Now having 2 xml files you can you can use rebot with --merge like this: