Interface: ControlTreeReporterOptions
Options for the ControlTreeReporter.
Example
const options: ControlTreeReporterOptions = {
outputDir: 'test-results/praman-reports',
};
Properties
outputDir?
readonlyoptionaloutputDir:string
Output directory for report files. Defaults to 'test-results/praman-reports'.