mguillem / junit-expected-diff-plugin

Jenkins JUnit Expected Diff Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JUnit Expected Diff Plugin

About

A Jenkins plugin that adds diff view between the expected and the actual value. Picture says a thousand words:

Integrates with the output of JUnit asserts and 'FEST Assert' asserts.

Installation

  • Download plugin, install in Jenkins,
  • For every job with JUnit results do:
    • Open job 'configure' page,
    • In 'Post-build' section click "Add-post-build-action",
    • Select from popup list "Addional test report features"
    • Then check "Expected - Actual diff view"
    • Save changes
  • Enjoy

Troubleshooting

At the moment this plugin works only with Freestyle Jenkins jobs. For Maven2/3 jobs you just need to wait for https://issues.jenkins-ci.org/browse/JENKINS-5649.

About

Jenkins JUnit Expected Diff Plugin


Languages

Language:JavaScript 99.6%Language:Java 0.4%