Skip to content

API Test of online API reqres.in using Mocha, Chai and Supertest

License

Notifications You must be signed in to change notification settings

rathorsunpreet/SimpleAPITest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This project is no longer under active development.

Simple API Test

Simple API Test is an API Test of the online REST API reqres.in.

Installation

Download the package from Github and unzip it.

# Installs dependencies
npm install

# If the above does not work, then
npm install --only=dev

Usage

# This executes the test cases and all results are displayed in CLI.
npm run test

# This performs the same functions as the above command but
# also generates a web report in the folder "Web_Report" at
# the root of the project.
npm run report

License

ISC