Framework Mode - Environment file with Newman
Folder Structure
postman-project/ ├── collections/ │ └── api-collection.json # Postman collection JSON file ├── environments/ │ ├── dev-environment.json # Environment file for development │ └── prod-environment.json # Environment file for production ├── reports/ │ └── newman-report.html # Generated test reports ├── scripts/ │ └── run-tests.sh # Shell script to run Newman with env files └── package.json # Node.js project config (optional)