Skip to content

peterservice-rnd/robotframework-requestschecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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