一、生成脚本
1、导出测试集合
-
选中集合->右键->选中Export
注:如上仅仅是导出的集合请求以及pre-script与test,并不包含globals和environment
2、导出全局环境变量
-
选中设置⚙️按钮->点击globals
-
点击Download as JSON
二、执行脚本
$ newman run 测试脚本 -d 测试数据 -g 全局变量 -r html --reporter-html-export 导出的目录
选中集合->右键->选中Export
注:如上仅仅是导出的集合请求以及pre-script与test,并不包含globals和environment
选中设置⚙️按钮->点击globals
点击Download as JSON
$ newman run 测试脚本 -d 测试数据 -g 全局变量 -r html --reporter-html-export 导出的目录