tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
759 stars 69 forks source link

[feature] websocket support #541

Open onichandame opened 1 year ago

onichandame commented 1 year ago

I would like to use goose to test websocket endpoints. It seems that the controller already has websocket built-in, so I guess it won't be implausible to integrate ws into the GooseUser?

jeremyandrews commented 1 year ago

Patches are welcome. Eventually the goal is to make the GooseClient more generic to allow many other types of clients, but right now you're likely to run into a lot of assumptions around Reqwest.