kuleuven / jenkins-mattermost-plugin

Jenkins plugin for Mattermost
MIT License
24 stars 46 forks source link

Include diffs to previous run in test results #44

Open diresi opened 3 years ago

diresi commented 3 years ago

Wouldn't it be sweet to have the test result diffs posted with the rest of the test stats? This way I wouldn't have to look previous runs up in mattermost's history ... a big win for me at least :)

Now I'm totally unfamiliar with Jenkins internals, but it seems to me that AbstractTestResultAction provides ways to access previous runs or even diffs directly (getFailureDiffString()?).

IMO that would be a great improvement!