Framework Mode - Newman installation
Folder Structure for Newman Test Automation
newman-project/
├── collections/
│ └── sample-collection.json # Postman collection JSON files
├── environments/
│ └── dev-environment.json # Environment variables JSON files
├── reports/
│ └── newman-report.html # Generated test reports
├── scripts/
│ └── run-newman.js # Script to run Newman with options
├── package.json # Node.js project config and dependencies
└── README.md # Project documentation