You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
Hi @katscott , nice to meet you... The project is very interesting, I have a question... How to test gRPC server streams, client stream, bidirectional? For example: A chat (Server Stream), we need two execution in parallel or Asynchronous with a transmitter and a receiver. How do we do this with cucumber?
Hi @rsantosr,
Since streams continually use the created call object it would need to be maintained to continue writing/reading within a cucumber scenario. I've not worked with streams much personally, but I've started a basic example in a personal fork that you can peruse for a starting point: https://github.com/katscott/grpc-cucumber-js/tree/streams-test
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @katscott , nice to meet you... The project is very interesting, I have a question... How to test gRPC server streams, client stream, bidirectional? For example: A chat (Server Stream), we need two execution in parallel or Asynchronous with a transmitter and a receiver. How do we do this with cucumber?
Thanks for your attention @katscott
The text was updated successfully, but these errors were encountered: