Skip to main content

AMQP library for usage in robotframework tests

Project description

## AMQP library for Robotframework

## Installation

### Using pip

:warning: Not implemeted yet
```
pip install robotframework-amqp
```

### Using the install script
```
python setup.py install
```

## Usage
In the settings section
```robotframework
*** Settings ***
Test Teardown After tests
Test Setup Before tests
Library RmqMsgSend

```

In the keywords section
```robotframework
*** Keywords ***
Before tests
Init AMQP connection ${amqp_host} ${amqp_port} ${amqp_user} ${amqp_pass} ${amqp_vhost}
Set amqp destination ${amqp_exchange} ${amqp_routing_key}

After tests
close amqp connection
```

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-amqp-0.0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

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