Details
Description
A scenario reporter builder that allows easy instantiation of a delegating scenario reporter for multiple formats, e.g.
new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, converter)) .with(CONSOLE) .with(TXT).with(HTML).with(XML) .build();
It should provide a default reporter instance for all formats, but allow for configurability for each format.
It should build by default with STATS format, as this is used by the reporter renderer index, but allow for default formats to be changed.
It should allow for the specification of the report file directory, from the default "jbehave-reports".
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
A scenario reporter builder that allows easy instantiation of a delegating scenario reporter for multiple formats, e.g. <pre> new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, converter)) .with(CONSOLE).with(STATS) .with(TXT).with(HTML).with(XML) .build(); </pre> It should provide default for all formats, but allow for configurability for each format. |
A scenario reporter builder that allows easy instantiation of a delegating scenario reporter for multiple formats, e.g. <pre> new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, converter)) .with(CONSOLE).with(STATS) .with(TXT).with(HTML).with(XML) .build(); </pre> It should provide a default for all formats, but allow for configurability for each format. |
Mauro Talevi
made changes -
Description |
A scenario reporter builder that allows easy instantiation of a delegating scenario reporter for multiple formats, e.g. <pre> new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, converter)) .with(CONSOLE).with(STATS) .with(TXT).with(HTML).with(XML) .build(); </pre> It should provide a default for all formats, but allow for configurability for each format. |
A scenario reporter builder that allows easy instantiation of a delegating scenario reporter for multiple formats, e.g. {code} new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, converter)) .with(CONSOLE).with(STATS) .with(TXT).with(HTML).with(XML) .build(); {code} It should provide a default for all formats, but allow for configurability for each format. |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mauro Talevi
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mauro Talevi
made changes -
Description |
A scenario reporter builder that allows easy instantiation of a delegating scenario reporter for multiple formats, e.g. {code} new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, converter)) .with(CONSOLE).with(STATS) .with(TXT).with(HTML).with(XML) .build(); {code} It should provide a default for all formats, but allow for configurability for each format. |
A scenario reporter builder that allows easy instantiation of a delegating scenario reporter for multiple formats, e.g. {code} new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, converter)) .with(CONSOLE) .with(TXT).with(HTML).with(XML) .build(); {code} It should provide a default reporter instance for all formats, but allow for configurability for each format. It should build by default with STATS format, as this is used by the reporter renderer index, but allow for default formats to be changed. It should allow for the specification of the report file directory, from the default "jbehave-reports". |
Mauro Talevi
made changes -
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |