lensesio / cypress-websocket-testing

Test WebSocket connections with Cypress
Apache License 2.0
83 stars 11 forks source link

Add log option to commands #4

Open twgraham opened 4 years ago

twgraham commented 4 years ago

Just a small quality of life improvement - add an option to disable logging like other cypress commands. e.g. the ability to pass an argument to stream and streamRequest like { log: false }

dsebastian commented 4 years ago

Hi @twgraham , this could be a good addition. I am not able to pick this up right now, but if you are able to do a PR, it would help. Thanks.