Newman
是Postman的命令行Collection Runner。它使你可以直接从命令行运行和测试Postman 集合。它在构建时考虑了可扩展性,因此你可以轻松地将其与连续集成服务器集成并构建系统,例如:Jenkins。
安装Node.js
Newman 构建在Node.js之上,所以要使用Newman必须先安装Node.js。
Node.js下载地址为:https://nodejs.org/en/
安装Newman
npm install -g newman
运行集合
newman run mycollection.json
Newman命令选项
newman run -h