Metadata-Version: 2.1
Name: robotframework-rp-tools
Version: 0.0.4
Summary: Listener and visitor modules for integration with ReportPortal
Home-page: https://github.com/Shumodan/robotframework_tools
Author: Alexander Evdokimov
Author-email: 1812gg@gmail.com
License: UNKNOWN
Description: robotframework-rp-tools
        ==============================
        
        Listener and visitor modules for integration with ReportPortal
        
        Installation
        ------------
        
        The latest stable version of library is available on PyPI:
        
            pip install robotframework-rp-tools
        
        Usage
        -----
        
        To run these modules you need to set the following environment variables:
        
        REQUIRED:
        ```
        export RP_TOKEN="your_user_uuid"
        export RP_ENDPOINT="your_reportportal_url"
        export RP_LAUNCH="launch_name"
        export RP_PROJECT="reportportal_project_name"
        ```
        
        NOT REQUIRED:
        ```
        export RP_LAUNCH_DOC="some_documentation_for_launch"
            - Description for the launch
        export RP_LAUNCH_TAGS="RF Smoke"
            - Space-separated list of tags for the launch
        export RP_LOG_BATCH_SIZE="10"
            - Default value is "20", affects size of async batch log requests
        ```
        
        If you need a listener:
        ```
        --listener robotframework_rp_tools.Listener
        ```
        in case of visitor
        ```
        --prerebotmodifier robotframework_rp_tools.Visitor
        ```
        
        License
        -------
        MIT License (see the LICENSE.txt file)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: Framework :: Robot Framework :: Tool
Requires-Python: >=3.7
Description-Content-Type: text/markdown
