Skip to content

A shell script which performs API testing of the site [reqres.in](https://reqres.in/).

License

rathorsunpreet/Bash_API_Checks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Bash API Checks

A shell script which performs API testing of the site reqres.in.

Demo: https://www.youtube.com/watch?v=ALcGYkD7VP4

Update: https://www.youtube.com/watch?v=ZVALKUvCgM4

Installation

Download the package from Github and unzip it.

Usage

# Give execute permissions chmod +x check.sh chmod +x /api/* chmod +x /libs/* # To execute the tests ./check.sh <args-1> <args-2> .... <args-n>

where args can be:

  • users
  • register
  • resources
  • login
  • all

The arguments are grouped based on the API endpoints being pinged.

License

MIT

Releases

No releases published

Packages

No packages published

Languages