R
R
RacceGatel2021-11-14 17:52:58
Laravel
RacceGatel, 2021-11-14 17:52:58

What tools can be used to implement websocket request testing?

I have a Laravel backend. WebSockets work through Swoole.
We need to implement end-to-end testing of WebSocket requests. That is, in fact, sending the request itself and checking the response.
I don't know what tools are best. I've looked at Laravel Dusk, but haven't found a way to check WebSocket requests.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
rPman, 2021-11-17
@rPman

If the server is written using swoole, then why not write the client on it?
https://www.swoole.co.uk/docs/modules/swoole-async...

V
Vitaly Karasik, 2021-11-15
@vitaly_il1

There are several utility examples here https://medium.com/bigpanda-engineering/load-testi... - artillery, thor, websocket-bench.
And, of course, cloud services for load testing.

S
Sergey Sokolov, 2021-12-04
@sergiks

Used processone/Tsung (formerly IDX-Tsunami) written in Erlang.
Documentation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question