Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rathorsunpreet/bash_api_checks

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

api api-rest api-testing bash bash-script bash-scripting curl curl-commands rest-api test test-automation testing

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Bash API Checks

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

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

## Installation

Download the package from [Github](https://github.com/rathorsunpreet/Bash_API_Checks) and unzip it.

## Usage

```console
# Give execute permissions
chmod +x check.sh

# To execute the tests
./check.sh
```
where args can be:

* users
* register
* resources
* login
* all

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

## License

[MIT](https://choosealicense.com/licenses/mit/)