👩💻 Join our community of thousands of amazing developers!
This blog post collects my tips for using Cypress v10+ which is a large step after the previous versions of Cypress. I plan to add more tips to this blog post as I use v10 more. See my post Cypress Tips and Tricks for more content; most of it still applies to Cypress v10+ tests.Register the pluginsLaunch the test runner in the desired modeQuickly change the testing typeRun all specsRun E2E and component tests on CIRegister the pluginsCypress v10+ has merged the cypress.json and the cypress/plugi...