Framework Mode - GET request
Folder Structure for Postman GET Request Testing
postman-project/
├── collections/
│ └── get-requests.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── get-request-tests.js
├── scripts/
│ └── pre-request-scripts.js
├── reports/
│ └── test-report.html
└── postman.config.json