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
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Provided HtmlTemplateOutput as initial implementation of template-based reporter.