DEV Community

Discussion on: Who watches the watchmen? Mutation testing in action

Collapse
 
joeschr profile image
JoeSchr

Hi, nice topic! Do you know of any way to do mutation testing combined with cypress?

Collapse
 
noriste profile image
Stefano Magni

Not at the moment but Mutation Testing has a problem: tests must be fast, really fast! Because they are going to be run hundreds of times, good for unit testing, not so good for UI tests...

Collapse
 
joeschr profile image
JoeSchr

True, didn't think of that. Still would be cool for most important routes and components...