jimivdw / grunt-mutation-testing

JavaScript Mutation Testing as grunt plugin. Tests your tests by mutating the code.
MIT License
51 stars 11 forks source link

Jenkins publisher #63

Open blabno opened 8 years ago

blabno commented 8 years ago

Has anyone tried integrating this plugin with Jenkins? There is https://github.com/jenkinsci/pitmutation-plugin for Java PIT. Maybe that one could be reused?

jimivdw commented 8 years ago

Hi @blabno,

You should just be able to run grunt-mutation-testing without a specific Jenkins plugin (provided, you have node / the node plugin installed), although that is of course not as easy as doing it via the PIT plugin.

As you may have noticed, I'm no longer as active as I would like to be in the development of this tool. All the time I can find to work on this, I would prefer to use to work on the tool itself. If you, or someone else, would create a Jenkins plugin, please link it in the comments. I'd be happy to include it in the readme or link it in any other way.