Skip to content

mguillem/junit-expected-diff-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Java 0.4%