2016-10-07 6 views
0

をハング:兵卒郵便配達(ニューマン)タスクは、私は何も出力しない、永遠に走るイサキのタスクを実行している

grunt.initConfigは、ここで私は、端末から実行するものだ

newman: { 
     default_options: { 
      options: { 
       iterationCount: 1, 
       collection: "tests/collection.postman_collection.json", 
       environment: "tests/env.postman_collection.json" 
      } 
     } 

が含まれています。ニューマン・グラント・タスクは無期限に実行されます。

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

ポストマンコレクションはv1v2としてエクスポートすることができ、面倒なタスクプラグインは唯一のタイプv1

のコレクションで動作します
関連する問題