当前位置:网站首页>15 days (under) installation Newman used with Jenkins
15 days (under) installation Newman used with Jenkins
2022-08-05 20:23:00 【xbxbgk】
1. Install newman
First install nodejs and configure environment variables
Enter node -v to verify

Install newman on the nodejs command line
Enter npm install -g newman
Verify newman -v

The running command of newman is newman run
The commonly used parameters are
-e: use environment variable
-g: use global variable
-d: use csv, text, json data driven
-n:cycle times
-r :cli,html,json,junit --reporter-html-export
To generate the report we need to install html
Execute command:npm install -g newman-reporter-html
Find the location of your exported file and enter the command
newman run C:\Users\82731\Desktop\Simple interface test.postman_collection.json -r html --reporter-html-export report123.html
Production Report

Use of 2jekins
Open the main page and create a new task

Enter a task name

Determine when to run

Add steps to build

Enter the command and save

Start integration

边栏推荐
猜你喜欢
随机推荐
如何使用Solidity和Hardhat构建你自己的NFT以及NFT交易市场
PID Control Theory
GO[一起来学习Go吧]
电脑查看cpu型号
第02篇:分布式负载均衡
张忠谋认为美国巨资补贴难补落后,先进工艺不是用钱能搞定的
Rust学习笔记:3.2 标量类型
使用compose实现康威生命游戏之二:我是如何将计算速度缩减将近十倍的
【HMS core】【FAQ】push kit、AR Engine、广告服务、扫描服务典型问题合集2
TRON Poloniex is the first in the industry to support ETH upgrade and launch potential forked currency futures
方舟开服务器怎么开
数据可视化:视觉感知与基本图表
正则表达式
Score-CAM|用kernel加权解释CNN的预测结果
二叉树最近的公共祖先[后序遍历与回溯模型的考察]
【idea】Rainbow Brackets代码高亮设置
SwiftUI case: Lottie loading animation
TypeError:List indices must be integers or slices , not str
Rust学习笔记:1.1 简介与安装
Codeforces: d. Chip Move "dp + reverse thinking to consider"








