Eleven, postman interface test (mounting nodejs and NPM)

cmder installation: https://cmder.net/

node installation: https://nodejs.org/zh-cn/

Cmd to open a command prompt window enter the command

asl install -g cnpm --registry = https: //registry.npm.taobao.org

After the installation check

nodejs -v

asl -v

cnpm -v

Installation newman

cnpm install newman --global

 

Guess you like

Origin www.cnblogs.com/xinxin1994/p/11259932.html