TestimoX

API Reference

Enum

HtmlReportTheme

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

Theme options for the HTML report.

Inheritance

  • Enum
  • HtmlReportTheme

Usage

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

Values

public const HtmlReportTheme Auto #

Let the engine choose (defaults to Light).

Value: 0
public const HtmlReportTheme Light #

Light theme.

Value: 1
public const HtmlReportTheme Dark #

Dark theme.

Value: 2