I need to test WS messages with specific text are received/send from/to a 3rd party provider.
for example: in https://websocketstest.com/ I need to validate there is a time message received.
I don't need to mock the messages, I don't need to establish connection through Cypress. Just check the messages. I tried to setup this lib cypress-websocket-testing as set in their example, but to no avail. does anyone have successfully tested such scenarios? Cypress are claiming they support WS, but have literally 0 documentation about it.