Framework Mode - Newman in CI/CD pipelines
Folder Structure
project-root/
├── collections/
│ └── api-tests.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── reports/
│ └── newman-report.html
├── scripts/
│ └── run-newman.sh
├── package.json
└── README.md
This structure organizes Postman collections, environment files, reports, and scripts for running Newman.