Framework Mode - Delay between requests
Folder Structure
Postman Collection Project/ ├── collections/ │ └── api-requests.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ └── delay-scripts.js ├── tests/ │ └── delay-tests.postman_collection.json └── README.md
This structure organizes Postman collections, environment files, and custom scripts for delays.