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