Bonus : Mutation testing
C# Stryker.NET
PHP Infection
TypeScript StrykerJS
Steps to get started:
dotnet tool install -g dotnet-strykerdotnet stryker
composer require --dev infection/infectionvendor/bin/infection
npm install -g stryker-clistryker initstryker run
Last updated