Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 334 Bytes

xunitResults2map.md

File metadata and controls

16 lines (9 loc) · 334 Bytes

xunitResults2map() step

This step extracts results from XUnit and returns them as a map.

Note the XUnit must be from Testing Farm, i.e. standard XUnit format is not supported.

Parameters

  • xunit: string; xunit from Testing Farm

Example Usage

def xunitResults = xunitResults2map(xunit: '<xunit-here>')