UNPKG
k6-junit
Version:
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.0.1
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
k6 JUnit summary exporter library
github.com/simbadltd/k6-junit
simbadltd/k6-junit
k6-junit
/
index.d.ts
8 lines
(6 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
k6jUnitConfiguration {
includeThresholds
?:
boolean
;
testCasePassCondition
?:
(
passed
:
number
,
failed
:
number
) =>
boolean
;
maxGroupNestingLevel
?:
number
; }
export
function
jUnit
(
data
:
any
,
cfg
?: k6jUnitConfiguration
):
any
;