Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 519 Bytes

Overview

This is a REST API Testing Framework made with Supertest (https://www.npmjs.com/package/supertest)

Pre-Requisites

  • Install Node.js (7 or higher)
  • Install Docker (optional)

Installation & Execution

Clone this project and then go to the project root folder

Local run

npm start - It will run REST API tests

Run it inside Docker container

docker-compose up --build - It will run REST API Testing Framework inside a Docker container

Test Report

It can be found in /test-result folder