Framework Mode - Running a collection
Folder Structure
postman-project/
├── collections/
│ └── my-collection.json
├── environments/
│ ├── dev.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── test-scripts/
│ └── pre-request-scripts.js
├── reports/
│ └── run-report.html
├── newman-config.json
└── README.md