I have my own WebSockets server that runs route changes in the AngularJS client. I would like to conduct e2e integration tests using a protractor. Since route change events occur every 30 seconds and include multi-user interactions, it seems that creating a service layout is the best approach. Is there a recommended way to do this in the protractor?
source
share