设为首页 收藏本站
查看: 1504|回复: 0

[经验分享] Postman newman

[复制链接]

尚未签到

发表于 2017-2-24 12:58:32 | 显示全部楼层 |阅读模式
安装
  官方文档:
  Newman - Running collections in the command line
  Installing Newman on Windows
  1. 安装NodeJs
  下载 NodeJs. 到下载地址下载 合适版本的node.exe即可。
  下载地址: https://nodejs.org/download/
  把node.exe的目录加入到环境变量中。假设node.exe位于 E:\nodejs\node.exe。那么将E:\nodejs加入到环境变量即可。
  打开cmd,输入node,如果没有报错,而是显示“>”,说明node安装成功。
  备注: 可以参考 深入浅出Node.js(二):Node.js&NPM的安装与配置
  2. 安装NPM
  NPM是NodeJs的包管理器,类似于python的setuptools。
  下载NPM:git clone --recursive git://github.com/isaacs/npm.git
  进入到npm文件夹,然后打开cmd。
  在cmd中执行:node cli.js install npm –gf
  然后再任意地方,打开cmd,输入“npm”,没有报错说明NPM安装成功。
  备注: 可以参考 深入浅出Node.js(二):Node.js&NPM的安装与配置
  3. 安装Newman
  打开cmd,输入: npm install -g newman
  4. 使用newman
  在任意地方打开cmd,然后输入 “newman”,没有报错说明安装成功。
  备注:博客上要求安装“Visual Studio runtime”等等,我没有安装使用Newman完全没问题。
  博客上要求安装python2.x,我机器上安装的是python3.x,但是不知道有没有必要,所以没算在步骤里。

使用
  可以参考:
  Newman - Running collections in the command line
  newman 官方文档
  newman github
  1. 执行 collection。



newman -c mycollection.json
  2. 直接发送一个request。
  表示URL为“

https://www.getpostman.com/collections/cb208e7e64056f5294e5", Environment 为“dev_environment.json”。


newman -u https://www.getpostman.com/collections/cb208e7e64056f5294e5 -e dev_environment.json
  3. 设置跑测试的轮数。
  表示跑10轮测试。



newman -c mycollection.json -n 10
  4. 设置数据文件。



newman -c mycollection.json -d data.json
  5. 保存output到文件。



newman -c mycollection.json -o outputfile.json
DSC0000.png

  最后放一下 Newman命令说明:



Usage: newman [options]
Options:
-h, --help                      output usage information
-V, --version                   output the version number
-c, --collection [file]         Specify a Postman collection as a JSON [file]
-u, --url [url]                 Specify a Postman collection as a [url]
-f, --folder [folder-name]      Run a single folder from a collection. To be used with -c or -u
-e, --environment [file]        Specify a Postman environment as a JSON [file]
--environment-url [url]         Specify a Postman environment as a URL
-E, --exportEnvironment [file]  Specify an output file to dump the Postman environment before exiting [file]
-d, --data [file]               Specify a data file to use either json or csv
-g, --global [file]             Specify a Postman globals file [file]
-G, --exportGlobals [file]      Specify an output file to dump Globals before exiting [file]
-y, --delay [number]            Specify a delay (in ms) between requests
-r, --requestTimeout [number]   Specify a request timeout (in ms) for requests (Defaults to 15000 if not set)
-R, --avoidRedirects            Prevents Newman from automatically following redirects
-s, --stopOnError               Stops the runner with code=1 when a test case fails
-j, --noSummary                 Doesn't show the summary for each iteration
-n, --number [number]           Define the number of iterations to run
-C, --noColor                   Disable colored output
-S, --noTestSymbols             Disable symbols in test output and use PASS|FAIL instead
-k, --insecure                  Disable strict ssl
-l, --tls                       Use TLSv1
-N, --encoding [encoding-type]  Specify an encoding for the response. Supported values are ascii,utf8,utf16le,ucs2,base64,binary,hex
-x, --exitCode                  Continue running tests even after a failure, but exit with code=1. Incompatible with --stopOnError
-o, --outputFile [file]         Path to file where output should be written [file]
-O, --outputFileVerbose [file]  Path to file where full request and responses should be logged [file]
-t, --testReportFile [file]     Path to file where results should be written as JUnit XML [file]
-i, --import [file]             Import a Postman backup file, and save collections, environments, and globals [file] (Incompatible with any option except pretty)
-p, --pretty                    Enable pretty-print while saving imported collections, environments, and globals
-H, --html [file]               Export a HTML report to a specified file [file]
-W, --whiteScreen               Black text for white screen
-L, --recurseLimit [limit]      Do not run recursive resolution more than [limit] times. Default = 10. Using 0 will prevent any variable resolution
Newman is a command-line collection runner for Postman. You must specify a collection file or a collection URL to run newman
A collection file or URL is mandatory
Examples:
newman -c POSTMAN_COLLECTION
newman -u POSTMAN_COLLECTION -e POSTMAN_ENVIRONMENT
newman -c POSTMAN_COLLECTION -f SAMPLE_FOLDER
For more documentation, issues and examples head over to https://github.com/postmanlabs/newman

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-346697-1-1.html 上篇帖子: bower一个强大的前端依赖包管理工具 下篇帖子: node.js:怎样同时执行多条SQLs,且只有一个回调
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表