Metadata-Version: 2.1
Name: rpbot
Version: 0.1
Summary: A tool for inserting Robot Framework test run results into ReportPortal.
Home-page: https://github.com/doyou89/RPBot
Author: Doyou Jung
Author-email: doyou89@gmail.com
License: Apache License 2.0
Download-URL: https://pypi.python.org/pypi/rpbot
Keywords: robotframework testing testautomation atdd
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: robotframework
Requires-Dist: reportportal-client

RPBot
=====

.. image:: https://travis-ci.com/doyou89/RPBot.svg?branch=master
    :target: https://travis-ci.com/doyou89/RPBot

RPBot is a Python script to serialize `Robot Framework`_  output files into
a ReportPortal. This way the future `Robot Framework`_ related tools and
plugins will have a unified storage for the test run results.

RPBot is a fork of DbBot-SQLAlchemy project that is using SQLAlchemy in order
to store test run results in any of the major supported database systems.

Requirements
------------
RPBot is tested on

-  `Python`__ 3.5+
-  `Robot Framework`_ 3.0+

It may (though it is not guaranteed) work with older versions of dependencies.

How it works
------------

The script takes one or more `output.xml` files as input, and stores
the respective results into a ReportPortal

Installation
------------

This tool is installed with pip with command:

::

    $ pip install rpbot

Alternatively you can download the `source distribution`__, extract it and
install using:

::

    $ python setup.py install

License
-------

RpBot is released under the `Apache License, Version 2.0`__.

See LICENSE.TXT for details.

__ https://www.python.org/
__ http://www.tldrlegal.com/license/apache-license-2.0
.. _`Robot Framework`: http://www.robotframework.org
.. _`pip`: http://www.pip-installer.org


