Framework Mode - Output block
Folder Structure
PostmanCollectionProject/
├── collections/
│ └── MyAPI.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── outputBlockTests.js
├── scripts/
│ └── preRequestScripts.js
├── reports/
│ └── testReport.html
└── postman.config.json