习惯性伸手党区 jenkins+newman+postman 完成接口自动化测试该如何实现

阿辉 · 2016年05月19日 · 最后由 zuiniao123 回复于 2016年09月22日 · 1670 次阅读

1、安装完 jenkins 和 postman 后不知道该如何安装 newman
2、全都安装之后如何联合起来使用

共收到 1 条回复 时间 点赞

postman 的 github 上就有 newman 的,我记得是 npm 安装吧.
在 jenkins 中加个 shell 执行 newman run 你的.json 文件 (postman 中 export 出来) 的路劲 -r html --reporter-html-export 你的报告.html 路劲 就哦了.

需要 登录 后方可回复, 如果你还没有账号请点击这里 注册