diff --git a/pkg/output/junit.go b/pkg/output/junit.go index 19177d3..aca1a5d 100644 --- a/pkg/output/junit.go +++ b/pkg/output/junit.go @@ -48,6 +48,7 @@ type TestSuite struct { type TestCase struct { XMLName xml.Name `xml:"testcase"` Name string `xml:"name,attr"` + Time int `xml:"time,attr"` ClassName string `xml:"classname,attr"` Skipped *TestCaseSkipped `xml:"skipped,omitempty"` Error *TestCaseError `xml:"error,omitempty"`