robotframework-http-rabbitmq

A Robot Framework RabbitMq Library


Keywords
testing, testautomation, robotframework, rabbitmq, http
License
Apache-2.0
Install
pip install robotframework-http-rabbitmq==1.0.3

Documentation

RobotFramework HTTP RabbitMQ

Build Status

Short Description

Robot Framework library for for working with RabbitMQ via Management HTTP API. Based on robotframework-rabbitmq

Installation

Install the library from PyPI using pip:

pip install robotframework-http-rabbitmq

Documentation

See keyword documentation for RabbitMQ library on GitHub.

Example

*** Settings ***
Library    RabbitMqHttp
Library    Collections

*** Test Cases ***
Simple Test
    Create Rabbitmq Connection    my_host_name    15672    5672    guest    guest    alias=rmq
    ${overview}=    Overview
    Log Dictionary    ${overview}
    Close All Rabbitmq Connections

License

Apache License 2.0