Table of Contents

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 ReportConverterOptions

The options for the report conversion.

Returns

Task

A task that represents the asynchronous operation.