Grunt postman(newman)任务挂起

时间:2016-10-07 22:13:15

标签: node.js gruntjs postman

我正在运行一个永远运行的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 

1 个答案:

答案 0 :(得分:0)

邮递员集合可以导出为v1v2,而Grunt任务插件仅适用于v1类型的集合