Modifing log.html and report.html files

In my case, I need to update log title and report title. So, I read the files and replace the title of the file. It works fine when I run a few test suites. When running with all suites, the title in the log.html file is decoded and my function is failed

Could anyone please provide me with another solution for updating log title or tell me which’s method is used for decoding when robot framework export report?

Hi,

Seems an old question, but I would use rebot on the xml file to do this with the following :
–logtitle
–report title

It avoids manual modification.

Regards

1 Like