Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 689 Bytes

File metadata and controls

33 lines (17 loc) · 689 Bytes

Junit CTRF Test Reporter v0.0.14


Junit CTRF Test Reporter / convertJUnitToCTRFReport

Function: convertJUnitToCTRFReport()

convertJUnitToCTRFReport(pattern, options?): Promise<CTRFReport | null>

Defined in: convert.ts:24

Convert JUnit XML report(s) to CTRF

Parameters

pattern

string

Path to JUnit XML file or glob pattern

options?

ConvertOptions = {}

Optional options for the conversion

Returns

Promise<CTRFReport | null>

Promise that resolves when the conversion is complete