UNPKG

junit-xml

Version:

JUnit XML report builder with TypeScript support

9 lines (8 loc) 223 B
import { TestSuiteReport } from './TestResults'; /** * * @param report A report in the default schema, as supported by GitLab */ export declare function getXmlObject(report: TestSuiteReport): { testsuites: any[]; };