UNPKG
junit-converter
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Test report files to JUnit XML converter
github.com/agracio/junit-converter
agracio/junit-converter
junit-converter
/
src
/
interfaces.d.ts
13 lines
(10 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
interface
ConverterOptions
{ testFile:
string
, testType:
string
, reportDir? :
string
reportPath:
string
reportFilename? :
string
splitByClassname?:
boolean
minify?:
boolean
saveIntermediateFiles?:
boolean
}