In my current project I'm testing one web application against different browsers.
so I've got one selenium/maven project and 16 jobs in jenkins
: tests in IE8, 9, FF, Chrome, windows 7, windows xp, 32 and 64 bit environments
Jobs results are generating sourcefire reports and I've got nice and clean overall charts.
But the problem is comparison of single tests results: for example I'd like to know which tests are failing under Internet Explorer and not in Firefox or which browser is stable and which is not.
Currently I'm forced to open X windows with different results and manually compare results
is there a plugin that compares results? or my jenkins configuration is wrong?