
interface ConverterOptions{
    testFile: string,
    testType: string,
    reportDir? : string
    reportPath: string
    reportFilename? : string
    splitByClassname?: boolean
    minify?: boolean
    saveIntermediateFiles?: boolean
}

