Hi all!
I am wondering if it is possible to combine on the same test, HTTP requests and WS connections.
In a certain flow, we need to:
- Make some HTTP requests.
- Connect to a WS.
- Make some HTTP requests.
- Connect to another WS
- Make some HTTP requests.
- Wait until we receive a message on the last WS.
- Make some HTTP requests.
- Close both WSs.
I am trying to develop it, but on the second step the VU gets stucked… I suppose that it is waiting to get a message, but I am not sure…
Could someone help me please? Is it even possible to simulate that behaviour with k6?
Thanks in advanced,