[jbehave-user] BDD Assistant

2014-09-15 Thread Viktor Farcic
I wrote an OSS application for writing, managing and running JBehave stories. I'd be grateful you someone would give me feedback. Information can be found in the http://technologyconversations.com/2014/09/02/bdd-assistant-its-alive-and-cries-for-help/

Re: [jbehave-user] BDD Assistant

2014-09-16 Thread Viktor Farcic
the app be packaged as a stardard java webapp? An example of how users can configure the app with their steps library would be very useful. I'll provide more feedback as I dig more into it. Cheers On 15 Sep 2014, at 11:29, Viktor Farcic vik...@farcic.com wrote: I wrote an OSS application

Re: [jbehave-user] BDD Assistant

2014-09-16 Thread Viktor Farcic
Sorry... I made a typo in the previous problem. I wanted to say that packaging should NOT be a problem :) On Tue, Sep 16, 2014 at 4:16 PM, Viktor Farcic vik...@farcic.com wrote: Hi Mauro, Packaging should be a problem. I can provide a ZIP with all dependencies and .sh/.bat scripts to run

Re: [jbehave-user] BDD Assistant

2014-09-17 Thread Viktor Farcic
/tcbdd Requirements are to have SBT and Scala installed. I added instructions how to add custom steps. All there is to do is to copy the steps JAR to the *steps* directory. I added it to the Custom Steps section of the README.md. On Tue, Sep 16, 2014 at 4:34 PM, Viktor Farcic vik...@farcic.com wrote

Re: [jbehave-user] BDD Assistant

2014-09-28 Thread Viktor Farcic
bdd_assistant vfarcic/technologyconversationsbdd 3. Open http://localhost:9000 On Wed, Sep 17, 2014 at 11:34 AM, Viktor Farcic vik...@farcic.com wrote: Hi, I checked the instructions (I wrote them quite some time ago so I needed to refresh my memory) and all there is to do to install the app