sakuli icon indicating copy to clipboard operation
sakuli copied to clipboard

replace current output formatting of the forwarder module to template based solution

Open toschneck opened this issue 9 years ago • 2 comments

To be able to customize the output of the different forwarder modules we should implement an template engine with the following preferences:

  • flexible to customize the output also to different languages
  • gathering a over-all status have to be possible (and customizable)
  • template should be placed at the config dir and can be overridden in the sakuli.properties /testsuite.properties with a specific path
  • Forwarder modules:
    • Gearman
    • Incinga
    • Common console output
    • maybe a "free" flexible File forwarder (default same as the console output), to be able to wirte customizable output files

toschneck avatar Jun 08 '16 16:06 toschneck

after #176 is merged to dev @joroboro can start with this :wink:

toschneck avatar Dec 20 '16 17:12 toschneck

gearman forwarder will be changed to twig templating in #310

joroboro avatar Feb 19 '18 15:02 joroboro