Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 658 Bytes

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