【发布时间】:2018-01-03 10:04:34
【问题描述】:
【问题讨论】:
标签: jenkins postman postman-collection-runner
【问题讨论】:
标签: jenkins postman postman-collection-runner
您可以在命令中添加不同的options,以更改输出。
这可能对你有用:
--disable-unicode
指定是否强制禁用 unicode 选项。提供后,输出中的所有符号都将替换为它们的纯文本等价物。
【讨论】:
在您的 Jenkins 作业构建部分类型中
newman run --disable-unicode <postman_collection_name>
【讨论】: