Skip to main content
Version: 1.x

Interface: ControlTreeReporterOptions

Options for the ControlTreeReporter.

Example

const options: ControlTreeReporterOptions = {
outputDir: 'test-results/praman-reports',
};

Properties

outputDir?

readonly optional outputDir: string

Output directory for report files. Defaults to 'test-results/praman-reports'.