Loading

newman+cmder 批量执行用例

https://www.jianshu.com/p/5b7c985240a7   cmder下载&安装

1.下载: http://cmder.net/ , 解压即可

2.环境变量  Path 配置cmder.exe所在目录

3.cmd.exe 执行 Cmder.exe /REGISTER ALL

4.在cmder\vendor中的clink.lua内做如下修改"λ"替换成"$"

 

 5.解决中文乱码问题

l=ls --show-control-chars
la=ls -aF --show-control-chars
ll=ls -alF --show-control-chars
ls=ls --show-control-chars -F

 

 

6.工具配置(外观,文字大小等 win+alt+p打开设置)

7.打开new console dialog,开启bash (使用admin开启)

 

 

 8.执行sh文件    

shell 教程: https://www.runoob.com/linux/linux-shell.html

./test.sh

 

 

test.sh内容

newman run forudesiner.postman_collection.json -e test_envir.postman_environment.json --folder Dashboard --reporters cli,html  --reporter-html-template D:\htmlreqres.hbs --reporters html --reporter-html-export ./report/testDashboard.html

执行成功结果:

 

posted @ 2019-11-19 14:53  Tester-Dolores  阅读(78)  评论(0编辑  收藏  举报