Framework Mode - Response time assertions
Folder Structure
postman-project/
├── collections/
│ └── api-requests.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── response-time-tests.js
├── scripts/
│ └── utils.js
├── reports/
│ └── test-report.html
└── postman.config.json