Skip to content

serhiismetanskyi/restfulbooker_api_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestfulBooker API Tests

Hello to everyone who came here!

You are in the API tests repository for a free RESTful API called Restful-Booker.

I used Python, PyTest and Requests when writing API tests.

API documentation for the Restful-Booker is available on the link: https://restful-booker.herokuapp.com/apidoc/index.html


Installation Steps:

  • Clone this repo
  • Navigate to project folder
  • Open CLI
  • Configure a virtual environment
  • pip3 install -r requirements.txt
  • pytest tests/ --html=./reports/report.html