[jbehave-user] Changing candidateSteps while running a story

2014-11-18 Thread Siaynoq
Dear JBehave Devs, My question is simple (I hope): is it possible to change candidate steps (defined by useCandidateSteps() ) while a story is running? The reason is a bit more complicated: we have "cross-domain" testcases (e.g. doing something on a webpage then opening an iPhone app, going back

Re: [jbehave-user] How to append additional lines to the report

2014-11-18 Thread Mauro Talevi
Hi, if you are using the Console report format, you can simply write to System.out. Otherwise, if you want a more fine-grained solution that applies to multiple reporters, you can decorate any existing reporter extending PrintStreamOutput and use the method protected void print(String text