TestimoX

API Reference

Enum

HtmlReportLibraryMode

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Library loading modes for HTML report assets.

Inheritance

  • Enum
  • HtmlReportLibraryMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const HtmlReportLibraryMode Online #

Load libraries from online CDN sources.

Value: 0
public const HtmlReportLibraryMode Offline #

Inline embedded library assets into the HTML file for offline delivery.

Value: 1
public const HtmlReportLibraryMode OfflineWithFiles #

Write embedded library assets as local files next to the HTML output.

Value: 2