robotframework-requestslogger

Robot Framework Requests Logging Library


Keywords
testing, testautomation, robotframework, logging, autotest, requests, http, automation
License
Apache-2.0
Install
pip install robotframework-requestslogger==2.0.0

Documentation

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