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
Download the package from Github and unzip it.
# 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.