Table of Contents

Class AssetEmbedder

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

Default implementation of IEmbedsReportAssets.

public class AssetEmbedder : IEmbedsReportAssets
Inheritance
AssetEmbedder
Implements
Inherited Members

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.

public 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.