Metadata-Version: 2.1
Name: robotframework-mockserverlibrary
Version: 0.8.4
Summary: Robot framework library for MockServer
Home-page: https://github.com/frankvanderkuur/robotframework-mockserverlibrary
Author: Frank van der Kuur
Author-email: frank.vanderkuur@bqa.nl
Keywords: testing robotframework mockserver mock stub
License-File: LICENSE.txt

# MockServer Robot Framework Library

This project implements the Robot Framework keywords to interact with [MockServer](http://www.mock-server.com/) through HTTP.

## Installation

```sh
$ pip install robotframework-mockserverlibrary
```

## Usage

Add library to settings section:

```
*** Settings ***
Library  MockServerLibrary
```

[Keyword documentation for the latest release](https://frankvanderkuur.github.io/docs/robotframework-mockserverlibrary.html)

See tests/robot/tests/mock_server.robot for detailed usage examples.
