Interface IConvertsReportJsonToHtml
- Namespace
- CSF.Screenplay.JsonToHtmlReport
- Assembly
- CSF.Screenplay.JsonToHtmlReport.dll
An object which can convert a JSON Screenplay report to an HTML format.
public interface IConvertsReportJsonToHtml
Methods
ConvertAsync(ReportConverterOptions)
Converts the JSON Screenplay report data to HTML asynchronously.
Task ConvertAsync(ReportConverterOptions options)
Parameters
options
ReportConverterOptionsThe options for the report conversion.
Returns
- Task
A task that represents the asynchronous operation.