Re: [jbehave-user] Better JUnit reporting result view

2013-10-04 Thread Hans Schwäbli
Hello Andreas, If this becomes a part of JBehave I would share the scenario, but since I don't intend to use it (because of the reasons I wrote earlier), I cannot do that. I work in the financial industry and must be very careful what I share (which means spend extra time to be sure that it

[jbehave-user] Parsing GivenStories

2013-10-04 Thread Andreas Ebbert-Karroum
Hi, as Hans correctly pointed out in a recent post, the jbehave-junit-runner currently ignores the given stories. I agree that this is a feature, that is desireable to have. When we wrote the extension to JBehave, we have not implemented that, since we thought - and still think - that the

Re: [jbehave-user] Better JUnit reporting result view

2013-10-04 Thread Andreas Ebbert-Karroum
Hi Hans, it would have been perfectly sufficient to say if you had an empty examples table in your scenario that produced that error. Thanks, Andreas 2013/10/4 Hans Schwäbli bugs.need.love@gmail.com Hello Andreas, If this becomes a part of JBehave I would share the scenario, but since

Re: [jbehave-user] Story language settings improvement suggestion

2013-10-04 Thread Cristiano Gavião
good code contributions are always welcomed ! 2013/10/4 Hans Schwäbli bugs.need.love@gmail.com I tried to use JBehave with German language. Then I discovered that you have to configure a lot to achieve this. This is because you have to create a Keywords object and set it into many

[jbehave-user] Result report with css files and images, how to do?

2013-10-04 Thread Hans Schwäbli
The test result report of JBehave are HTML files. Unfortunately the referenced images and CSS file is not present in the target folder. I spend quite some time figuring out how to add these resources by some Maven configuration, but I could not get it working. Is there a small example for

Re: [jbehave-user] Better JUnit reporting result view

2013-10-04 Thread Hans Schwäbli
I think I have no empty example table. My example tables are not empty. It works as expected without that JUnitReportRunner. Only with JUnitReportRunner I get a NPE. 2013/10/4 Andreas Ebbert-Karroum andreas.ebbert-karr...@codecentric.de Hi Hans, it would have been perfectly sufficient to

Re: [jbehave-user] Result report with css files and images, how to do?

2013-10-04 Thread Alex Filatau
I might be missing the question, but that's what working for me out of the box, by deploying jbehave with maven artifact. You need following dependency: dependency groupIdorg.jbehave.site/groupId artifactIdjbehave-site-resources/artifactId version${jbehave.site.version}/version