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

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