Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1008 Bytes

README.md

File metadata and controls

48 lines (26 loc) · 1008 Bytes

RESTinstance wrapper

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