The html ftl template is used to render a single story (using the
HtmlTemplateOutput class, which accepts the ftl file as a param).
Typically, you'd create a new Format, as explained in the example.
The summary page is generated by the FreemarkerViewGenerator and the
template used is determined by the property "reports".
The view properties are set via the
StoryReporterBuilder.viewResources(Properties).
An example of this is found in the TraderStories.
On 26/10/2012 21:50, Foley, Brooks (GE Healthcare) wrote:
I can see from the Trader example how to implement a
custom-html-output.ftl. How would I do this for the a
custom-report.ftl replacing the jbehave-reports.ftl?
Thanks,
Brooks