Updates:
Status: WontFix
Comment #3 on issue 1587 by pekka.klarck: merging of xml files
http://code.google.com/p/robotframework/issues/detail?id=1587
Rebot behaves as expected. When you use it to combine results, it creates a
new root suite and adds suites from individual result files as its
children. Trying to combine results otherwise is not generically possible.
If I got it right, you would like to combine your results so that the suite
structure is not duplicated. As I already commented, this isn't possible in
the generic case, but you can to this with a custom script. The script
could either modify XML files directly using any XML parsing modules, or it
could use Robot's own result package to create a custom result object and
save it to disk. Docs of the result package are here:
https://robot-framework.readthedocs.org/en/2.8.2/autodoc/robot.result.html
After your custom script has combined XML according to your needs, you can
then create HTML report and log using Rebot.
Finally, I would also consider running all tests in one go if at all
possible. You wouldn't have this problem of combining results at all.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.