Type alias JUnitReporterOptions

JUnitReporterOptions: {
    includeProjectInTestName?: boolean;
    outputFile?: string;
    stripANSIControlSequences?: boolean;
}

Type declaration

  • Optional includeProjectInTestName?: boolean
  • Optional outputFile?: string
  • Optional stripANSIControlSequences?: boolean

Generated using TypeDoc