https://github.com/tahanima/postman-newman-public-api-automation
Public API test automation using Postman and Newman
https://github.com/tahanima/postman-newman-public-api-automation
api-automation api-automation-testing api-testing newman postman
Last synced: 7 months ago
JSON representation
Public API test automation using Postman and Newman
- Host: GitHub
- URL: https://github.com/tahanima/postman-newman-public-api-automation
- Owner: Tahanima
- License: mit
- Created: 2023-02-21T10:35:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T03:24:58.000Z (over 2 years ago)
- Last Synced: 2025-01-14T03:52:28.295Z (9 months ago)
- Topics: api-automation, api-automation-testing, api-testing, newman, postman
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Postman-Newman Public API Automation
[Public API](https://api.publicapis.org) test automation using Postman and Newman.
## Installation
1. Get a copy of [postman-newman-public-api-automation](https://github.com/Tahanima/postman-newman-public-api-automation/) by clicking the Fork button
2. Clone, i.e, download your copy of the repository to your local machine using
```bash
git clone https://github.com/[your_username]/postman-newman-public-api-automation.git
```
3. Install [Node.js](https://nodejs.dev/en/learn/how-to-install-nodejs/)
4. Install Newman
```bash
npm install -g newman
```
5. Go to the `postman-newman-public-api-automation` folder
```
cd postman-newman-public-api-automation
```
6. Now, run the test cases in Public API postman collection using
```bash
newman run "Public API.postman_collection.json" -g public_api.postman_globals.json
```