Skip to main content

Listener and visitor modules for integration with ReportPortal

Project 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)

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

robotframework-rp-tools-0.0.6.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

robotframework_rp_tools-0.0.6-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

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