Sync Two Cypress Runners via Checkpoints

1 ยท Gleb Bahmutov ยท June 24, 2021, 1:03 p.m.
Previous blog postsStart by reading the blog posts Test a Socket.io Chat App using Cypress and Run Two Cypress Test Runners At The Same Time that give previous solutions to the problem of testing a real-time Socket.io chat application. Running two Cypress test runners at the same time sounds nice but the tests do NOT wait for each other - instead they "blindly" run through own test specs. In this blog post I will show how to truly control two test runners via common checkpoints.๐ŸŽ You can find th...