[jbehave-dev] JBEHAVE-979 - Improve Default Report

2014-12-10 Thread Chris Aguirre
JBehave Devs, I've done a prototype of using TableFilter (http://tablefilter.free.fr/), a javascript library which can be used to add filters to the JBehave reports.html. I've attached 2 screen shots to give a visual - and you can see the filter in action on their website. Thoughts on this

Re: [jbehave-dev] JBEHAVE-979 - Improve Default Report

2014-12-11 Thread Chris Aguirre
Mauro, I just did prototype for now - I will complete over next few days and send the pull request when done. Regards, Chris Aguirre On Thu, Dec 11, 2014 at 8:05 AM, Mauro Talevi mauro.tal...@aquilonia.org wrote: Hi Chris, this looks like an interesting and useful improvement. Can you

Re: [jbehave-dev] JBEHAVE-979 - Improve Default Report

2014-12-15 Thread Chris Aguirre
simply add the new directory manually? https://github.com/koalyptus/HTML-Table-Filter-Generator Regards, Christopher Aguirre On Thu, Dec 11, 2014 at 9:07 AM, Chris Aguirre chris.aguirr...@gmail.com wrote: Mauro, I just did prototype for now - I will complete over next few days and send

Re: [jbehave-dev] JBEHAVE-979 - Improve Default Report

2014-12-17 Thread Chris Aguirre
resources to /js/tablefilter and any style resources (if any) would go in the die /style/tablefilter Cheers On 15 Dec 2014, at 19:00, Chris Aguirre chris.aguirr...@gmail.com wrote: Mauro, To make this change, I need to update *jbehave-reports-with-totals.ftl *and include the TableFilter

Re: [jbehave-dev] Loggin in jbehave

2015-01-30 Thread Chris Aguirre
Following up on Mauro's response... We extended the *StoryReporter* class and added log messages in certain methods we wanted logged such as: *failed(String step, Throwable cause)* *successful(String step)* *beforeScenario(String scenarioTitle)* *etc...* Then we added this new

[jbehave-dev] Problem Creating XRef files from Eclipse

2015-01-30 Thread Chris Aguirre
JBehave Devs, I am having issues creating CrossReferences in Eclipse. Specifically, I am getting an ArrayIndexOutOfBoundsException (-1) in: * com.thoughtworks.xstream.core.util.OrderRetainingMap.entrySet(OrderRetainingMap.java:77)* when running the following Unit Tests: *

Re: [jbehave-dev] Problem Creating XRef files from Eclipse

2015-02-06 Thread Chris Aguirre
if we want to claim JBehave works with JDK 1.8. XStream Issue: https://jira.codehaus.org/browse/XSTR-746 XStream Release Notes Which mention this issue was resolved: http://xstream.codehaus.org/changes.html Regards, Christopher Aguirre On Fri, Jan 30, 2015 at 12:42 PM, Chris Aguirre chris.aguirr

[jbehave-dev] Multi Threading for Scenarios

2015-02-11 Thread Chris Aguirre
JBehave Devs, I know that JBehave only supports Multi Threading at the Story Level, but would it be worth the effort to try and implement this at the scenario level? Just want to get feedback on whether its worth it based on the need and design goals before I attempt to try. Issue which

Re: [jbehave-dev] Problem Creating XRef files from Eclipse

2015-01-30 Thread Chris Aguirre
. Does it work? If not can you stash your changes and verify that you can build the latest master? Cheers On 30 Jan 2015, at 16:36, Chris Aguirre chris.aguirr...@gmail.com wrote: JBehave Devs, I am having issues creating CrossReferences in Eclipse. Specifically, I am getting

Re: [jbehave-dev] Problem Creating XRef files from Eclipse

2015-02-10 Thread Chris Aguirre
FYI: I did not upgrade XStream in this Commit - I realized there are more potential changes needed with new XStream. Will handle that with another commit later on this month. Regards, Christopher Aguirre On Tue, Feb 10, 2015 at 3:01 PM, Chris Aguirre chris.aguirr...@gmail.com wrote: Mauro

Re: [jbehave-dev] Problem Creating XRef files from Eclipse

2015-02-10 Thread Chris Aguirre
, feel free to upgrade the version of xstream as part of the patch. Cheers On 07/02/2015 02:12, Chris Aguirre wrote: Figure out what the problem was - I was using JDK 1.8 and the version of XStream we are using: 1.4.5 has some issues with JDK 1.8. After downgrading locally to JDK 1.7