robotframework-2.7.7.tools.fixml.doc.fixml.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
.. include:: ../../../doc/userguide/src/roles.rst
=================================================================
fixml.py -- A tool to fix broken Robot Framework output files
=================================================================
:prog:`fixml.py` 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 :prog:`rebot` tool.
Synopsis
--------
::
fixml.py inpath outpath
Installation
------------
:prog:`fixml.py` is included in source distributions and can also be downloaded
from http://code.google.com/p/robotframework/wiki/OutputFileFixingTool.
The tool uses BeautifulSoup module which must be installed
separately. See http://www.crummy.com/software/BeautifulSoup for more
information.
The tool is only compatible with Robot Framework 2.1.3 or newer.