UNPKG

k6-junit

Version:

k6 JUnit summary exporter library

8 lines (6 loc) 251 B
export interface k6jUnitConfiguration { includeThresholds?: boolean; testCasePassCondition?: (passed: number, failed: number) => boolean; maxGroupNestingLevel?: number; } export function jUnit(data: any, cfg?: k6jUnitConfiguration): any;