Table of Contents

Interface IEmbedsReportAssets

Namespace
CSF.Screenplay.JsonToHtmlReport
Assembly
CSF.Screenplay.JsonToHtmlReport.dll

A service which reworks a ScreenplayReport, embedding assets within the report.

public interface IEmbedsReportAssets

Methods

EmbedReportAssetsAsync(ScreenplayReport, ReportConverterOptions)

Processes the specified ScreenplayReport, converting external file assets to embedded assets, where they meet the criteria specified by the specified ReportConverterOptions.

Task EmbedReportAssetsAsync(ScreenplayReport report, ReportConverterOptions options)

Parameters

report ScreenplayReport

A Screenplay report

options ReportConverterOptions

A set of options for converting a report to HTML

Returns

Task

A task which completes when the process is done.