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

Can i assign data to variables in response section? for later use? #757

Open RabiRanaEF opened 4 years ago

RabiRanaEF commented 4 years ago

Actually i want to listen an event from server and get data from that event to emit a next event with that data . so i need a event listener like "emit" in artillery, to get data from server.

RabiRanaEF commented 4 years ago

I want to save this data's value in my variables for future usage to emit an other event. fekl