1.Postman安装
1.1 翻墙
1.2 安装Chrome浏览器,点击Postman下载地址:http://www.getpostman.com/
2.安装NodeJs
2.1 NodeJs下载地址:https://nodejs.org/download/release/latest/
2.2 打开cmd,输入node,如果没有报错,而是显示“>”,说明node安装成功
3.安装NPM
NPM是NodeJs的包管理器,类似于Python的setuptools
3.1 下载NPM:Git clone --recursive https://github.com/npm/npm.git
3.2 进入到npm文件夹,然后打开cmd执行:
node cli .js install npm –gf
安装完毕后打开cmd,输入“npm”,没有报错说明NPM安装成功
4.安装Newman
打开cmd,输入:
npm install -g newman
安装完毕后打开cmd,然后输入 “newman”,没有报错说明安装成功
5.安装Jenkins
5.1 Jenkins下载地址https://jenkins.io/index.html 建议下载LTS Release版本