postman接口集成自动化

1.安装postman

2,安装newman:  npm install -g newman

生成报告安装:npm install -g newman-reporter-html

Newman执行:newman run 1.postman_collection.json --reporters cli,html --reporter-html-export htmlOut.html

newman run URL --environment env.json --iteration-data data.csv --globals globals.json --timeout-request 5000
 

3,安装Interceptor

4,继续更新

你可能感兴趣的:(postman接口集成自动化)