UNPKG

junit-converter

Version:

Test report files to JUnit XML converter

13 lines (10 loc) 252 B
interface ConverterOptions{ testFile: string, testType: string, reportDir? : string reportPath: string reportFilename? : string splitByClassname?: boolean minify?: boolean saveIntermediateFiles?: boolean }