Hi All,


We are jbehave for our BDD testing. Thanks for the active support about
this.



I need to use the customized ftl.



I have made some changes in the file *ftl/jbehave-reports-with-totals.ftl *and
hence trying use the same for HTML report generation.



I kept this file under my ftl folder of the workspace.



I referred the TraderStories.java file of the Trader example and did like
the same in our code.



        Properties viewResources = new Properties();

        viewResources.put("decorateNonHtml", "true");

        viewResources.put("reports", "ftl/jbehave-reports-with-totals.ftl");



Used this viewResources in configuration.



The problem is that the jbehave refers to the ftl file bundled in the jar
and not my modified ftl file.



I do not want to have additional new ftl files. I just did some changes in
the bundled ftl files and kept in my work space. How to make refer to those
updated templates while generating html reports?



Please advice. Thanks in advance.



Thanks,

Nagarajan.

Reply via email to