How do you convert and output.xml file into a log.html file

Is it possible to convert the output.xml file into a log.html file?
Trying to get a readable log file after combining the output.xml files

Rebot should do that for you: Robot Framework User Guide

Rebot usually just creates the merged report and log html files. To get it to produce a merged output.xml file you need to add the --output <filename> option

3 Likes

Hello, thank you for the response
Once the output is merged, using call rebot --merge output.xml output.xml
Will this automatically create the log file with the information from output.xml or will it only contain one run of the test?