newman

Command-line collection runner for Postman API testing

brewmacoslinux
Try with needOr install directly
Source

About

Command-line collection runner for Postman

Commands

newman

Examples

Run a Postman collection from a JSON file$ newman run collection.json
Run collection with environment variables and generate HTML report$ newman run collection.json -e environment.json -r html
Run collection with specific iterations and detailed output$ newman run collection.json -n 5 -r cli,json