含有环境变量,全局变量的自动化测试命令:指定执行对应的文件夹
常见命令:
run --运行newman的命令
-e 加载环境变量的数据
-g 加载全局变量的数据
-n case运行次数,默认运行次数为1次
--folder 运行collection中的指定文件夹
--reporters html,junit 指定生成报告的类型
含有环境变量,全局变量的自动化测试命令:指定执行对应的文件夹
常见命令:
run --运行newman的命令
-e 加载环境变量的数据
-g 加载全局变量的数据
-n case运行次数,默认运行次数为1次
--folder 运行collection中的指定文件夹
--reporters html,junit 指定生成报告的类型