Framework Mode - Header assertions
Folder Structure for Postman Test Collections
postman-project/
├── collections/
│ ├── user-api.postman_collection.json
│ ├── product-api.postman_collection.json
│ └── auth-api.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ ├── headerAssertions.test.js
│ └── utils.js
├── scripts/
│ └── pre-request-scripts.js
├── reports/
│ └── test-report.html
└── postman.config.json