HtmlReportRenderer

constructor(ctx: RenderContext = RenderContext(), cssPath: Path? = null, css: String? = null)(source)

Parameters

ctx

the render context supplying output paths and formatting preferences

cssPath

path to an external CSS file; when non-null a <link> tag is emitted and css is ignored

css

inline CSS string to embed in a <style> block; only used when cssPath is null; when both are null REPORT_CSS is used