Framework Mode - Status codes reading
Folder Structure
PostmanCollectionProject/ ├── collections/ │ └── api-tests.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── tests/ │ └── statusCodeTests.postman_test.js ├── scripts/ │ └── utils.js ├── reports/ │ └── test-report.html └── README.md
This structure organizes Postman collections, environment files, test scripts, utility scripts, and reports clearly.