Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 470 Bytes

File metadata and controls

12 lines (8 loc) · 470 Bytes

robotframework-fix_xml

A tool to fix broken Robot Framework output files.

robotframework-fix_xml is a tool to fix Robot Framework output files that are not properly finished or are missing elements from the middle. It should be possible to generate reports and logs from the fixed output afterwards with the Rebot tool.

Command line usage

python fix_xml.py example.xml fixed.xml

Fork from fixml