1.My robot file after running generates 4 files basically. output.xml, xunit.xml,report.html and log.html 2. After rerun,I want to merge the rerun generated report files with the old ones and obtain a new file. later,Xunit xmls are used to update qtest testcases.
I am not able to merge Xunit xmls using "--merge" command
Error:
[ ERROR ] Reading XML source '../../../xunit.xml' failed: Incompatible XML element 'testsuite'. Please help in resolving this issue