I have a unit test project file which depends on two other projects. ABC.Service.UnitTest
is the test project and its dependencies are XYZ.Service.csproj
and LMN.Aggregator.csproj
.
In this case, what exactly do we need to have in our config file and how exactly can we incorporate this scenario into our ADO pipelines?
You can specify the project you want to mutation test using
-p
option:Alternatively, you can use
project
config file option, though you'll need to have two config files then. Either way, this will produce two different reports in the two latestStrykerOutput
folders.What to do with this - depends on you. For example, you can attach these files to builds using the dedicated extension, see the full guide here.