Comcast / Speed-testJS

Other
93 stars 50 forks source link

Add monitor to web sockets tests #72

Closed rotosonic closed 7 years ago

rotosonic commented 7 years ago

Why: certain devices and browsers are not timing out correctly in webSocket testing causing errors to be thrown when it should then complete http latency calls How: Add monitor to verify webSocket call was completed in set timeout and stop test if not and return error to client Test: set debugger in monitor function to verify functionality.

Pradhyumna02 commented 7 years ago

👍