Simple API Test is an API Test of the online REST API reqres.in.
Download the package from Github and unzip it.
# Installs dependencies
npm install
# If the above does not work, then
npm install --only=dev
# 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