question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Log killed mutants in report

See original GitHub issue

It’d be nice to also see the killed mutants, possibly with a config option.

Configuration would be something like this:

stryker4s {
  reporters: [
    console: {
      log-killed-mutants: true
    }
  ]
}

Default would be false? Not sure what is best here

We should also still support the old configuration: reporters: [ "console" ]

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
nicojscommented, Feb 14, 2019

A relatively easy solution might be to log the survived mutants on debug. I wouldn’t spend too much time on this feature because in my experience people care less when the HTML reporter is there

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hide killed mutants in output log? · Issue #54 · infection/infection ...
Is there an option to hide the killed mutants in the log? When I run it, I'm only interested in everything but killed...
Read more >
Mutant Autopsy Reports | X-Men Movies Wiki - Fandom
Mystique discovers Trask has been experimenting on mutants, and in revenge, plots to assassinate him at the Paris Peace Accords. Her attempt fails...
Read more >
Killing mutants to improve your tests - Codesai
If your tests fail, it's ok, the mutation was “killed”, that means that they were able to defend you against the regression caused...
Read more >
Start Killing Mutants: Mutation testing your code - ITNEXT
At least one test fails. This means the mutant has been 'killed' and therefore the part of the code that has been changed...
Read more >
Predicting Survived and Killed Mutants - IEEE Xplore
If no difference in behaviour is observed, the mutant is said to have survived; otherwise, it is said to have been killed.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found