Thanks Mauro for the quick reply:)..i got it what i need to change by googling over my questions as even i see your code of trader stories about how to do custom-report-ftl template on git hub.. But my question is , i don't want to see the columns like *Given-story Scenarios, Steps but when i look the code in ftl file for editing i just don't get it :(..how i can delete which lines of code so that i don't see Given story scenario,steps columns.. * * Can you guide me how to do it that bcz code is so confusing..also Do i need to change the code in core jbehave css so that those columns don't appear ever even after compiling..
* Please let me know if you have any questions.I am using jbehave 4.0 Cheers, K On Tue, Apr 16, 2013 at 1:06 PM, Mauro Talevi <mauro.tal...@aquilonia.org>wrote: > You can change the FTL template used to generate the view > > > http://jbehave.org/reference/stable/javadoc/core/org/jbehave/core/reporters/FreemarkerViewGenerator.html > > You can simply have set > > configuration.storyReporterBuilder().viewResources().setProperty("reports", > <your_template_path>) > > the path of the template is relative to the classpath. > > Cheers > > > On 16/04/2013 04:13, Kaustubh Joshi wrote: > > I am jbehave user, and just registered on the codehaus portal.So i don't > know which mail list is correct hence added all list..sorry for that > > I just want to know,how calls are made for html report file which user see > as report of story execution? > I want to update html-output.ftl file such a way that when final report > gets generated in > ..\target\jbehave\view\ > reports.html file, i don't want columns like Given-story Scenarios, Steps > in html output file as I want to delete those permanently ..how i can do > that? > When i see the html-output.ftl file it has very complex code which does > not get how the columns are mapped and how to delete the what code... > ...do I need to delete the code in jbehave-core.css file > as well? Pls suggest > Also if i made changes in code , how i can make them persistent/permanent > so that every time i compile, i don't see old code... > > Awaiting for the help from jbehave devs. > > Cheers, > K > > > On Mon, Apr 15, 2013 at 9:26 PM, Kaustubh Joshi <kashu.jo...@gmail.com>wrote: > >> I am jbehave user, and just registered on the codehaus portal.So i don't >> know which mail list is correct hence added all list..sorry for that >> >> I just want to know,how calls are made for html report file which user >> see as report of story execution? >> I want to update html-output.ftl file such a way that when final report >> gets generated in >> ..\target\jbehave\view\reports.html file, i don't want columns like >> Given-story Scenarios, Steps in html output file as I want to delete those >> permanently ..how i can do that? >> When i see the html-output.ftl file it has very complex code which does >> not get how the columns are mapped and how to delete the what code... >> ...do I need to delete the code in jbehave-core.css file >> as well? Pls suggest >> Also if i made changes in code , how i can make them persistent/permanent >> so that every time i compile, i don't see old code... >> >> Awaiting for the help from jbehave devs. >> >> Cheers, >> K >> > > >