Code Coverage For Chat App

1 · Gleb Bahmutov · Aug. 16, 2021, 4:09 p.m.
In several blog posts I have shown how to test a Socket.io chat application using Cypress.ioTitleDescriptionTest a Socket.io Chat App using CypressSimulates the second user by connecting to the chat server from the plugins fileRun Two Cypress Test Runners At The Same TimeLaunches two test runners, giving them separate specs to runSync Two Cypress Runners via CheckpointsLaunches two test runners, which stay in sync by communicating via their own Socket.io serverIn this blog post I will show how t...