GitHub - sqilz/RESTinstance-wrapper: This is something I did whilst learning the Robot Framework and REST Api testing using RESTinstance, I thought I'll share it and someone may make a use of it. It adds some extra functionality to RESTinstance, and the keywords are more descriptive and documented

A wrapper project to demonstrate the use of RESTinstance for testing JSON REST APIs

Feel free to contribute

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need:

Python 3

RESTinstance library

    pip install --upgrade RESTinstance

Installing and Running the tests

To get the repo simply clone it

    git clone https://github.com/sqilz/RESTinstance-wrapper

Execute run.bat or run.sh to run the tests or

Navigate into the directory and run the following command

    robot -d results tests/REST.robot

Authors

  • Przemysław Hendel - sqilz

Acknowledgments