go-gremlins / gremlins

A mutation testing tool for Go.
https://gremlins.dev
Apache License 2.0
187 stars 17 forks source link

Can we have an HTML report for a better user experience #206

Open Dranaxele opened 1 year ago

Dranaxele commented 1 year ago

🚀 Feature Request

Is your feature request related to a problem? Please describe

I would like to integrate it on a CI and want a easy way to examine the mutant.

Describe the solution you'd like

It should be nice to have all the informations on one page and maybe a detail per file of each mutations with is status.

I can work on a solution and submit it, if you want.

rouke-broersma commented 1 year ago

Perhaps look into https://github.com/stryker-mutator/mutation-testing-elements, the effort by the Stryker teams to create a shared mutation result schema and accompanying html report! Currently implemented by Stryker, infection php, PIT and others already.

k3rn31 commented 1 year ago

That's interesting. We should take a look at this schema.