xUnit XML results¶
Learn more about exporting your test results into a xml file here.
Example file¶
Download our example file here: example-xunit-report.xml
Assemblies¶
Assemblies will be read as a report with one or more containers(s).
timestampstored as dateassemblywe iterate over the array and define each assembly within as a container
Assembly¶
An Assembly will be read as a container with one or more result(s).
namestored as titleconfig_filestored as title and added to descriptionerrorsstored as xunit_errorstestwe iterate over the array and define each test within as a result
Collection¶
A Collection will be read as a result based on a Test or an Error.
Test¶
namestored as titletypestored as title ifnameis absentmethodstored as exception_nametimestored as durationresultstored as statusreasonstored as exception_backtracetraitsstored as json_data
Error¶
namestored as titletypestored as title ifnameis absent and stored as exception_namefailure.messagestored as descriptionfailure.exception-typestored as exception_descriptionfailure.stack-tracestored as exception_backtracebrokenstored as status