Hi, Per my understanding, Jenkins plugin is used specifically to get Junit style results available for your CI system and, for example, fail (or mark as unstable) a test run results if number of test failures is higher than configurable threshold.
But I also use HTML Publisher plugin<http://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin> in my Hudson set up that packages html directory target/jbehave/ and makes it available on the job page in Hundson as a link to "view/reports.html". This way it's very convenient to look through the failed scenarios and see where the problem occurred in the context (what's not so convenient with Junit reports). Other things that I'd wish to have but not yet figured out how to do are: - get more useful email report from Hudson showing only stats of failures and failed scenario/steps - get additional logging available per scenario as a link in JBehave report where I could dump some more detailed debugging info not polluting maven console and Jbehave report - my Selenium guys need nice solution for screenshot storage location since they want to arbitrary take screenshots from some steps, dump them in folder and conveniently look through in gallery view mode If anyone have some known solutions for that, I'll highly appreciate. Regards, Alex Filatau. On Fri, Jan 24, 2014 at 10:46 AM, Corbin, J.D. <[email protected]>wrote: > Hi, > > I installed the JBehave Jenkins/Hudson plugin (and xUnit) successfully but > not sure what benefit it provides in regards to viewing reports. I > expected that the plugin would allow me to view the JBehave results as part > of the JUnit reporting tool within Jenkins, but I only ever see Junit > results and no JBehave. > > I am wondering if there is some configuration element either in Jenkins (I > did add the post build operation for JBehave 3.x) or in the definition of > my StoryReportBuilder. > > I would love some help/clarification on using this plugin and what I > should expect to see in Jenkins. > > Thanks, > J.D. >
