Is there a way to wait specific websocket event data? #15821
Unanswered
agugut-nexgen
asked this question in
Questions and Help
Replies: 2 comments
-
I was thinking about doing the same thing, because my tests depend on the state from my data in websocket event, and not the data of http requests!. Sad that this has not been answered since april 2021! |
Beta Was this translation helpful? Give feedback.
0 replies
-
The same here, any idea? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Is there a way to wait until a websocket connection get specific event data?
I have the following code that start a wss
Then I try to do
But I don't find a way to wait specific event.data
I trying to use https://github.com/lensesio/cypress-websocket-testing but this plugin didn't work
Somebody can help me?
Beta Was this translation helpful? Give feedback.
All reactions