我正在尝试测试一个使用带有火炮的 socket.io 的 node.js 应用程序,但是即使在尝试解析最简单的文件时,我也会不断收到错误消息。例如,这是我的 .yaml:
config:
target: 'localhost'
phases:
- duration: 10
arrivalRate: 1
scenarios:
- name: "asd"
- flow:
- emit:
channel: 'enterGame'
我不断收到这个错误:
npm\node_modules\artillery\lib\commands\run.js:316 场景.flow.forEach(function(step) { ^
TypeError:无法读取未定义的属性“forEach”
我怎么可能解决这个问题?