Skip to main content

A tool for fixing broken Robot Framework output files

Project description

Fixml 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.

Installation

This tool is installed with pip with command:

$ pip install robotfixml

Fixml uses BeautifulSoup 3 which should be automatically installed by the above command.

Alternatively you can download both Fixml and BeautifulSoup source distributions, extract them and install using:

$ python setup.py install

Command line usage

$ python -m robotfixml example.xml fixed.xml

Programmatic usage

from robotfixml import fixml

inpath = '/directory/example.xml'
outpath = '/directory/output/example-fixed.xml'

fixml(inpath, outpath)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotfixml-1.0.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file robotfixml-1.0.1.tar.gz.

File metadata

  • Download URL: robotfixml-1.0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for robotfixml-1.0.1.tar.gz
Algorithm Hash digest
SHA256 53fabd864dfa4904cd1e5d564316f2f07bbb7b16426ffccd516347a15bfddfb3
MD5 bd5c335fcef2701a74bb3343d756c724
BLAKE2b-256 ba1a455e2bdafe62c849a11e143cc051a5908339f80ba7b2b04027d7cc619e01

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page