nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

template-based vs class-based reports #17

Open tarekziade opened 13 years ago

tarekziade commented 13 years ago

It's hard to deeply customize the layout of some reports like the trend report, without changing the code.

This is just an idea, as it seems to change a lot of internals: what about moving the layout of the reports (the reST layout I guess) to a template file, using mako or something equivalent.

That would allow the user to do everything and anything by providing a custom template, without touching the code.

bdelbosc commented 13 years ago

HI

it makes sense yes, Note also that fl-build-report can generate ReST or org-mode output format, which are easy to modify.

Regards

ben

cpennington commented 13 years ago

I did this as part of the pull-request labeled configurable_reports