AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Cypress Code Coverage Plugin - Can Cypress Stop Your Imports?
Cypress has a thing where you can instrument your code with counters and at the end of a test run, can say this line in your source file in your component was a test run 10 times, this one five, but this one never was executed. So you probably should add a test to cover this. In Cypress, it's possible in my course, I, you know, I show how to do that. And when Cypress has a code coverage plugin, they generate for reports. But most of the things are the only thing where like, I'm kind of say, they're nice to have, but even without them, it's fine to use.