karma-peer
February 24, 2016 ยท View on GitHub
Test peer to peer communication between browsers using karma.
API
There is an object peer exposed on window which gives you the following
peer.ready(cb): This should be run to ensure all browsers are in sync before each test is started.peer.done: This should be run after every test to clean up state.peer.send(msg): This is used to send a message to all other browsers.msgis an object.peer.socket: The underlying socket.io socket.peer.spawn(name): Spawn a new browser withnamepeer.id(cb): Get the id of the current browser