Newman Plugin
Newman runs Postman collections from the command line for API testing and automation.
Usage Examples
- "run a Postman collection against the API"
- "run collection with environment file"
- "run data-driven tests from CSV"
- "generate HTML report from collection run"
Installation
npm install -g newman
Key Features
- Postman collection execution from CLI
- Environment variable file support
- Data-driven testing with CSV/JSON
- Multiple report formats (JSON, HTML, JUnit)
- CI/CD integration
- Custom request delays and timeouts
- Folder-level test selection
- Newman dashboard reporting