Azure Devops extension to run mutation tests on .NET Core and .NET Framework projects with Stryker.Net.
Note that as of version 1.x this extension only works on windows hosted agents, because it is written in Powershell. I plan to upgrade it to Typescript in the future so it can be used on any type of agent.
Disclaimer: This is not an official Stryker Mutator extension.
How to use
1. Install the extension into your Azure DevOps organization.
Name of the test project to mutate (e.g. Sample.Tests.csproj). Wild cars are available (e.g. *Tests.csproj). Be sure to match only one test project here.
Yes
parameters
Parameters wich will be passed to Stryker (e.g. --reporters "['html', 'progress']"). More on the available parameters can be found on the oficcial Stryker .Net configuration docs.