AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How Does Cypress Component Testing Work?
Cypress component tests are mounted very differently. They don't reset everything like end-to-end tests in Cypress, they can share the same browser window. And every time you change something in your source code or your spec files, cypress reruns everything affected. So to me, the component tests are pretty much the same speed as just test, right? But we do the real thing, which is nice.