Framework Mode - Run order and flow control
Folder Structure
postman-project/
├── collections/
│ ├── UserManagement.postman_collection.json
│ ├── ProductAPI.postman_collection.json
│ └── OrderAPI.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── scripts/
│ ├── pre-request-scripts/
│ │ └── authSetup.js
│ ├── test-scripts/
│ │ └── responseValidation.js
│ └── flow-control/
│ └── runOrderControl.js
├── reports/
│ └── test-run-report.html
├── postman.config.json
└── README.md