1

I am trying to run mutations over my .NET project using stryker and indeed able to do it successfully using the command :-

dotnet stryker -s Assessment.sln -p <Absolute path to csproj file>

I want to specify the target location where the html report should be generated. Currently I am getting it under

<Project test dir>/StrykerOutput/<timestamp>/reports/mutation-report.html

Does anyone have a solution to this? Thanks in advance.

psfinaki
  • 1,814
  • 15
  • 29
Simar Singh
  • 415
  • 1
  • 7
  • 14

1 Answers1

0

No, regretfully it's not possible, you would need to copy it manually.

You can see the list of configuration options here.

psfinaki
  • 1,814
  • 15
  • 29