ConfigReport

Config of the report.

Members

Variables

logDir
AbsolutePath logDir;

Directory to write logs to when writing to the filesystem.

reportKind
ReportKind reportKind;
Undocumented in source.
reportLevel
ReportLevel reportLevel;
Undocumented in source.
reportSection
ReportSection[] reportSection;
Undocumented in source.
tcKillSortNum
int tcKillSortNum;
Undocumented in source.
tcKillSortOrder
ReportKillSortOrder tcKillSortOrder;

Controls how to sort test cases by their kill statistics.

testGroups
TestGroup[] testGroups;

User regex for reporting groups of tests

unifiedDiff
bool unifiedDiff;

If a unified diff should be used in the report

Meta