Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 458 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 458 Bytes

ServeRest API Tests

Hello to everyone who came here!

You are in the API tests repository for a ServeRest.

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

API documentation for the ServeRest is available on the link: https://serverest.dev


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