Hi Keith,
I've added an example on how to configure a custom template in the
trader example. Note that you need to define a new Format that uses
your modified template.
Be aware though that it only works with latest 3.7 snapshot, due to the
issue just fixed http://jira.codehaus.org/browse/JBEHAVE-787
Are you able to test with snapshot? If so, we can release 3.6.7
shortly after.
Cheers
On 30/05/2012 23:57, Lee, Keith A. wrote:
I would like to create custom HTML reports with jbehave using the
FreemarkerProcessor and simply modifying the provided
*ftl/jbehave-html-output.ftl *template, then placing the modified
template in my classpath. When I do this jbehave is not picking my
custom template. I am using a MostUsefulConfiguration instance with
the HTML_TEMPLATE format specified in the .withFormats method. Is
there anything else required to get this to work (create a custom
implementation of HtmlTemplateOutput, etc.)? Thanks