Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/).
- Host: GitHub
- URL: https://github.com/rathorsunpreet/bash_api_checks
- Owner: rathorsunpreet
- License: mit
- Created: 2024-03-17T01:43:28.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T05:46:46.000Z (5 months ago)
- Last Synced: 2024-10-17T08:06:21.937Z (20 days ago)
- Topics: api, api-rest, api-testing, bash, bash-script, bash-scripting, curl, curl-commands, rest-api, test, test-automation, testing
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
* allThe arguments are grouped based on the API endpoints being pinged.
## License
[MIT](https://choosealicense.com/licenses/mit/)