Details
Description
Currently, most reporters are PrintStream-based and configurable via a set of properties.
Provide template-based implementations that:
- build up the report context during the execution
- generate the report using the context at the end of the execution using a configurable template
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Mauro Talevi
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Provided HtmlTemplateOutput as initial implementation of template-based reporter.