Stryker.Net, which unittests have killed mutants? #2459
Closed
JustineSondore
started this conversation in
General
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm using Stryker.Net Version 3.7.1; what is the best way to tell if a unittest has actually killed any mutants? I've found that if
--verbosity traceis used, then the output contains info like this:Test run for 123: A kind of mutation is failed with output: NameOfTheTestThatFailed, followed by the test output.Is there a way to get a report/overview?
All reactions