https://github.com/yousefdahish/jsonplaceholder-api-tests
Postman & Newman tests for JSONPlaceholder public API with bug reports and HTML reports
https://github.com/yousefdahish/jsonplaceholder-api-tests
api-testing newman newman-reporter postman software-testing
Last synced: 6 months ago
JSON representation
Postman & Newman tests for JSONPlaceholder public API with bug reports and HTML reports
- Host: GitHub
- URL: https://github.com/yousefdahish/jsonplaceholder-api-tests
- Owner: YousefDahish
- Created: 2025-09-13T13:51:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-13T15:38:34.000Z (6 months ago)
- Last Synced: 2025-09-13T16:21:23.502Z (6 months ago)
- Topics: api-testing, newman, newman-reporter, postman, software-testing
- Language: HTML
- Homepage:
- Size: 450 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSONPlaceholder-API-Tests
This project contains a Postman Collection for testing the [JSONPlaceholder](https://jsonplaceholder.typicode.com/) public API.
## Project Structure
- **Collections/** → Contains Postman collection JSON file.
- **Bugs/** → Contains bug report.
- **Reports/** → Contains HTML report file.
## How to Run
### 1. Import into Postman
- Open Postman → Import → Select `JSONPlaceholder_API_Collection.postman_collection.json`.
### 2. Run with Newman
```bash
# Install Newman globally
npm install -g newman
# Run the collection
newman run collections/JSONPlaceholder_API_Collection.postman_collection.json