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

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

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