Testing
Mutation Testing in CI Pipelines: How to Run It Without Slowing Down Your Build
Mutation testing is valuable. It's also slow. A medium-sized Java project can take 45 minutes to run PIT against every class. A TypeScript monorepo with Stryker can run for hours. This is why most teams that try mutation testing in CI give up after a week. But the