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
8.03k stars 510 forks source link

How to send messages on ws engine open event #864

Open AllanYin opened 4 years ago

AllanYin commented 4 years ago

I am using a sub WebSocket protocol "v10.stomp", which requires send handshaking message on WebSocket Open status.

I am wondering, could I do this with artillery today? Maybe via a custom js script?

ahmed-faraz46 commented 2 years ago

@AllanYin were you able to use artillery with stompjs?