artilleryio / artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
https://www.artillery.io
Mozilla Public License 2.0
7.92k stars 505 forks source link

TypeError: source.on is not a function #509

Open djom202 opened 6 years ago

djom202 commented 6 years ago

Hi Team,

I'm new one on with this tool and following the docs, I'm trying to call a specific api with this file config called dateAnswers.yml:

image

But when I tried to run it, I got this error:

image

So I don't know if I have something typo or something it's wrong from my side, so far I have not been able to run the tests.

Thanks so much,

hassy commented 6 years ago

@djom20 can you try with the latest version of Artillery? (1.6.0-22)

djom202 commented 6 years ago

Hi @hassy, I'm using this artillery version.

image