🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

robotframework-requestslogger

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robotframework-requestslogger

Robot Framework Requests Logging Library

2.0.0
PyPI
Maintainers
3

RobotFramework Requests Logging Library

|Build Status|

Short Description

Robot Framework_ library for logging HTTP requests and responses, based on Requests_ library.

Installation

::

pip install robotframework-requestslogger

Documentation

See keyword documentation for robotframework-requestslogger 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 | / | +-------------+--------------------------------+-----------------------------+------------------------+----------+ | | RequestsLogger.Write log | ${response} | | | +-------------+--------------------------------+-----------------------------+------------------------+----------+

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-requestslogger.svg?branch=master :target: https://travis-ci.org/peterservice-rnd/robotframework-requestslogger

Keywords

testing testautomation robotframework logging autotest requests http

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts