Skip to content

kad-derksn/robotframework-wiremock

 
 

Repository files navigation

WireMock Robot Framework Library

This project implements the Robot Framework keywords to interact with WireMock through HTTP.

Installation

$ pip install robotframework-wiremock

Usage

Add library to settings section:

*** Settings ***
Library  WireMockLibrary

Keyword documentation for the latest release

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

Development

Prerequisites:

  • docker-compose (to run integration tests)
  • flake8 (for static code analysis)
  • twine (release)
  • robot-framework (for doc generation)

Install prerequisites:

$ make setup

Print help:

$ make help

Start wiremock and run tests:

$ make tester/test

Run lint:

$ make lint

About

Robot framework library for WireMock

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • RobotFramework 47.1%
  • Python 41.5%
  • Makefile 7.1%
  • Dockerfile 2.4%
  • Shell 1.9%