Namespace CSF.Screenplay.JsonToHtmlReport
Classes
- Program
The main entry point class for the JSON to HTML report converter application.
- ReportConverter
Provides functionality to convert JSON reports to HTML format.
- ReportConverterApplication
An application/background service that begins the JSON to HTML report conversion process.
- ReportConverterOptions
Options for converting a JSON report to HTML.
- ServiceRegistrations
Provides methods to register services for the JsonToHtmlReport application (or library).
- TemplateReader
Provides functionality to read the HTML template which is embedded as a resource into the current assembly.
Interfaces
- IConvertsReportJsonToHtml
An object which can convert a JSON Screenplay report to an HTML format.
- IGetsHtmlTemplate
Provides functionality to read the HTML template.