0


postman+newman接口自动化测试

1:安装和配置

    需要先安装nodejs,并配置好环境变量

    验证:node  –v

** 安装newman:npm install -g newman**

** 配置newman环境:**

** 验证:newman是否安装成**

    newman -v

2newman****的命令
常见的参数
e: 使用环境变量
-g: 使用全局变量
-d: 使用 csv , text,json 数据驱动
-n: 循环次数
-r :cli,html,json,junit --reporter-html-export

命令:

newman run C:\Users\26555\Desktop\练习.postman_collection.json

生成测试报告

首先下载html:npm install -g newman-reporter-html

Jenkinsde的使用

1.登录

2.

3.

4.

6.

7.

9.

10.

标签: postman 测试工具

本文转载自: https://blog.csdn.net/weixin_72206076/article/details/126184078
版权归原作者 weixin_72206076 所有, 如有侵权,请联系我们删除。

“postman+newman接口自动化测试”的评论:

还没有评论