Metadata-Version: 2.1
Name: robotframework-requestschecker
Version: 2.0.0
Summary: Robot Framework Library For Checking HTTP Response Status Codes
Home-page: https://github.com/peterservice-rnd/robotframework-requestschecker
Author: JSC PETER-SERVICE
Author-email: mf_aist_all@billing.ru
License: Apache License 2.0
Keywords: testing testautomation robotframework logging autotest requests http response code
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Robot Framework :: Library
Requires-Dist: robotframework

RobotFramework Requests Checker Library
=======================================

|Build Status|

Short Description
-----------------

`Robot Framework`_ library for checking HTTP response status code, based on `Requests`_ library.

Installation
------------

::

    pip install robotframework-requestschecker

Documentation
-------------

See keyword documentation for robotframework-requestschecker library in
folder ``docs``.

Example
-------
+---------------+---------------------------------------+-----------------------------+------------------------+----------+
|  Test cases   |                 Action                |           Argument          |        Argument        | Argument |
+===============+=======================================+=============================+========================+==========+
|  Simple Test  | RequestsLibrary.Create session        | Alias                       | http://www.example.com |          |
+---------------+---------------------------------------+-----------------------------+------------------------+----------+
|               | ${response}=                          | RequestsLibrary.Get request | Alias                  | /        |
+---------------+---------------------------------------+-----------------------------+------------------------+----------+
|               | RequestsChecker.Check Response Status | ${response}                 | 204                    |          |
+---------------+---------------------------------------+-----------------------------+------------------------+----------+


License
-------

Apache License 2.0

.. _Robot Framework: http://www.robotframework.org
.. _Requests: http://docs.python-requests.org/en/latest

.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-requestschecker.svg?branch=master
   :target: https://travis-ci.org/peterservice-rnd/robotframework-requestschecker

