Framework Mode - Data file with Newman
Folder Structure
newman-postman-project/ ├── collections/ │ └── my-api-collection.json # Postman collection exported JSON ├── data/ │ └── test-data.json # Data file with variables for Newman ├── reports/ │ └── newman-report.html # Generated test reports ├── scripts/ │ └── run-newman.js # Script to run Newman with data file ├── package.json # Node.js project config with Newman dependency └── README.md # Project overview and instructions