rathorsunpreet / SimpleAPITest

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:ISC License


Languages

Language:JavaScript 100.0%