我正在运行一个永远运行的grunt任务,没有输出:
我的grunt.initConfig
包含
newman: {
default_options: {
options: {
iterationCount: 1,
collection: "tests/collection.postman_collection.json",
environment: "tests/env.postman_collection.json"
}
}
这是我从终端运行的内容。 newman grunt任务无限期地运行。
Running "newman:default_options" (newman) task
^C
Execution Time (2016-10-07 16:38:54 UTC-5)
loading tasks 1s
newman:default_options 16.2s
答案 0 :(得分:0)
邮递员集合可以导出为v1
和v2
,而Grunt任务插件仅适用于v1
类型的集合