javascript - What's the proper way to test SPA angular application which relies heavily websockets? -
i'm using protractor jasmine test our angular 1.5 based application. page uses reactjs handle streams sources websockets. protractor responsible angular based events/states. problem is, have wait data arrive websockets. right doing manual waits, that's unstable , lame. i'm guessing somehow have listen websocket manually, i'm not sure. what best way wait data coming websockets?
Comments
Post a Comment