-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Websocket Documentation Missing or Hard to Find #558
Comments
Shouldn't that be changed to |
@LawJolla @dwelle Example: Repository & npm:
|
@baal-cadar looks interesting.. |
Any updates? |
When can we expect websockets to be supported by cypress? |
Tremendous work on Cypress! I'm a solo dev that always found testing a nuisance, but now it's part of my work flow thanks to you!
Cypress mentions " You can control WebSocket messages from within Cypress, conditionally load 3rd party scripts, or call functions directly on your application." https://docs.cypress.io/guides/overview/key-differences.html#New-kind-of-testing
I'm running Apollo/GraphQL on the front end, and I would like to mock several web socket frames.
But I cannot find any docs or API for web socket hooks. Websockets are tricky because they need a stateful, persistent server, and it doesn't look like
cy.server()
provides that, so I'm not sure where to begin.Any help is appreciated!
The text was updated successfully, but these errors were encountered: