diff --git a/pkg/output/junit.go b/pkg/output/junit.go index 593b2bd..275b30b 100644 --- a/pkg/output/junit.go +++ b/pkg/output/junit.go @@ -48,8 +48,8 @@ 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"` + Time int `xml:"time,attr"` Skipped *TestCaseSkipped `xml:"skipped,omitempty"` Error *TestCaseError `xml:"error,omitempty"` Failure []TestCaseError `xml:"failure,omitempty"`