Skip to content

Rest-API Testing Framework POC using Supertest, Mocha and Chai for NodeJs

Notifications You must be signed in to change notification settings

sherar/rest-api-testing-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published