Framework Mode - Reporter options (CLI, HTML, JUnit)
Folder Structure for Postman Test Automation
postman-project/ ├── collections/ │ └── api-tests.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── reports/ │ ├── cli-report.txt │ ├── html-report.html │ └── junit-report.xml ├── scripts/ │ └── pre-request-scripts.js ├── newman-config.json └── README.md