This project implements the Robot Framework keywords to interact with MockServer through HTTP.
$ pip install robotframework-mockserverlibrary
Add library to settings section:
*** Settings ***
Library MockServerLibrary
Keyword documentation for the latest release
See tests/robot/tests/mock_server.robot for detailed usage examples.