Re: [jbehave-dev] tracking tests results and statistics

2014-05-14 Thread Tidhar Klein Orbach
thanks Paul! On Thu, May 15, 2014 at 9:17 AM, Paul Hammant wrote: > http://graphite.wikidot.com and a custom reporter ? > > > On Thu, May 15, 2014 at 3:15 PM, Tidhar Klein Orbach wrote: > >> Hi, >> >> i'm looking for a way to track the results of stories o

[jbehave-dev] tracking tests results and statistics

2014-05-14 Thread Tidhar Klein Orbach
Hi, i'm looking for a way to track the results of stories over time. the motivation is to find which features suffer from most defects, and also to find unstable tests. any idea how can achieve that? thanks, Tidhar

Re: [jbehave-dev] Scenario of from story B runs in the middle of story A

2014-05-14 Thread Tidhar Klein Orbach
t; > On 14 May 2014, at 08:46, Tidhar Klein Orbach wrote: > > > > Hi, > > > > we lately switched to JBehave 3.9.1. > > I don't know if it is related, but we face the following weird issue. > > we have a class that runs few stories (A, B). In the middle of s

[jbehave-dev] Scenario of from story B runs in the middle of story A

2014-05-13 Thread Tidhar Klein Orbach
Hi, we lately switched to JBehave 3.9.1. I don't know if it is related, but we face the following weird issue. we have a class that runs few stories (A, B). In the middle of story A we suddenly started to see scenarios from story B. (we see it on Junit report on jenkins). the original behavior was

[jbehave-dev] version 3.9 release date

2013-11-28 Thread Tidhar Klein Orbach
Hi, is there a planned date for releasing that version? thanks, Tidhar

[jbehave-dev] jbehave jenkins plugin

2013-10-08 Thread Tidhar Klein Orbach
Hi, I started to use the plugin, but i noticed that the story duration is zero. i found that this issue was fixed in xunit plugin version 1.20 (see https://issues.jenkins-ci.org/browse/JENKINS-10404 ) the problem in the JBehave plugin, is that it use an older version of the xunit plugin. can you